From c5d6a544624618b29cd623d1baffc7185b35af71 Mon Sep 17 00:00:00 2001 From: Jason Nader Date: Mon, 2 Mar 2020 23:01:36 +0900 Subject: [PATCH] completions: update GNU wc options --- share/completions/wc.fish | 1 + 1 file changed, 1 insertion(+) diff --git a/share/completions/wc.fish b/share/completions/wc.fish index 90cbb75c5..9445366c3 100644 --- a/share/completions/wc.fish +++ b/share/completions/wc.fish @@ -4,6 +4,7 @@ if command -q wc && command wc --version >/dev/null 2>/dev/null complete -c wc -s l -l lines -d "Print number of lines" complete -c wc -s L -l max-line-length -d "Print length of longest line" complete -c wc -s w -l words -d "Print number of words" + complete -c wc -l files0-from -d "Read input from NUL-terminated filenames in the given file" -r complete -c wc -l help -d "Display help and exit" complete -c wc -l version -d "Display version and exit" else