diff options
author | Leah Neukirchen <leah@vuxu.org> | 2017-09-24 18:05:14 +0200 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2017-09-24 18:05:14 +0200 |
commit | 53c7eebda4523eddbdc2b77e43a7cd5240b11352 (patch) | |
tree | 0e33ba165de98d744b4123940632d633c4fc9f28 /xe.1 | |
parent | 2140e10706600dc24e38f3585b058784b905ae88 (diff) | |
download | xe-53c7eebda4523eddbdc2b77e43a7cd5240b11352.tar.gz xe-53c7eebda4523eddbdc2b77e43a7cd5240b11352.tar.xz xe-53c7eebda4523eddbdc2b77e43a7cd5240b11352.zip |
xe.1: tweaks
Diffstat (limited to 'xe.1')
-rw-r--r-- | xe.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xe.1 b/xe.1 index fdddee3..fe7bc7b 100644 --- a/xe.1 +++ b/xe.1 @@ -73,14 +73,14 @@ is executed using In the script, the specified arguments can be accessed using $1, $2, ... .Pp For example: -.Dl echo Do a\enb Dc | xe -N2 -s So echo $2 $1 Sc +.Dl echo \(aqa\enb\(aq | xe -N2 \-s \(aqecho $2 $1\(aq .It Fl a Ar command\ ... Cm -- Ar args\ ... In this mode, everything after .Cm -- is passed as .Ar args to -.Ar command. +.Ar command . .It Fl A Ar argsep Ar command\ ... Ar argsep Ar args\ ... Same as .Fl a , |