From 6cc1204ea97b3c02da1b3d2a4df93712f0c5fefb Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Tue, 7 Sep 1999 12:54:47 +0000 Subject: zsh-workers/7690 --- Completion/User/_xargs | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'Completion/User/_xargs') diff --git a/Completion/User/_xargs b/Completion/User/_xargs index 71aff222f..a72592e03 100644 --- a/Completion/User/_xargs +++ b/Completion/User/_xargs @@ -3,9 +3,11 @@ _arguments \ -{p,t,x} \ -{e-,E}':end-of-file string:' \ - -{i-,I}':replacement string for lines:' \ - -{l-,L}':number of input lines:' \ - '-n:maximum number of arguments:' \ + '(-x -I)-i-:replacement string for lines:' \ + '(-x -i)-I:replacement string for lines:' \ + '(-n -L -x)-l-:number of input lines:' \ + '(-n -l)-L:number of input lines:' \ + '(-l -L)-n:maximum number of arguments:' \ '-s:maximum command line length:' \ ':command: _command_names -e' \ '*::args:_normal' -- cgit 1.4.1