aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/xargs.fish
diff options
context:
space:
mode:
Diffstat (limited to 'share/completions/xargs.fish')
-rw-r--r--share/completions/xargs.fish6
1 files changed, 3 insertions, 3 deletions
diff --git a/share/completions/xargs.fish b/share/completions/xargs.fish
index 9858ed55..13948b52 100644
--- a/share/completions/xargs.fish
+++ b/share/completions/xargs.fish
@@ -6,15 +6,15 @@ complete -c xargs -s 0 -l null --description "Input filenames are terminated by
complete -c xargs -s e -l eof --description "Set the end of file string to eof-str"
complete -c xargs -s E -r -f --description "Set the end of file string to eof-str"
complete -c xargs -l help --description "Display help and exit"
-complete -c xargs -s i -l replace --description "Replace replace-str in the initial arguments with names from standard input"
+complete -c xargs -s i -l replace --description "Replace replace-str in the initial arguments with names from standard input"
complete -c xargs -s I -r -f --description "Replace replace-str in the initial arguments with names from standard input"
complete -c xargs -s l -l max-lines --description "Use at most max-lines nonblank input lines per command line"
complete -c xargs -s L -r -f --description "Use at most max-lines nonblank input lines per command line"
complete -c xargs -s n -l max-args -r -f --description "Use at most max-args arguments per command line"
complete -c xargs -s p -l interactive --description "Prompt the user about whether to run each command line and read a line from the terminal"
-complete -c xargs -s r -l no-run-if-empty --description "If the standard input does not contain any nonblanks, do not run the command"
+complete -c xargs -s r -l no-run-if-empty --description "If the standard input does not contain any nonblanks, do not run the command"
complete -c xargs -s s -l max-chars -r -f --description "Use at most max-chars characters per command line"
complete -c xargs -s t -l verbose --description "Print the command line on the standard error output before executing it"
complete -c xargs -l version --description "Display version and exit"
complete -c xargs -s x -l exit --description "Exit if the size is exceeded"
-complete -c xargs -s P -l max-procs -r -f --description "Run up to max-procs processes at a time"
+complete -c xargs -s P -l max-procs -r -f --description "Run up to max-procs processes at a time"