diff --git a/share/completions/pinky.fish b/share/completions/pinky.fish index f043e4304..7f2078e5f 100644 --- a/share/completions/pinky.fish +++ b/share/completions/pinky.fish @@ -1,3 +1,4 @@ +complete -c pinky -a "(__fish_complete_users)" -f complete -c pinky -s l -d "produce long format output for the specified USERs" complete -c pinky -s b -d "omit the user's home directory and shell in long format" complete -c pinky -s h -d "omit the user's project file in long format" @@ -9,4 +10,3 @@ complete -c pinky -s i -d "omit the user's full name and remote hos complete -c pinky -s q -d "omit the user's full name, remote host and idle time in short format" complete -c pinky -l help -d "display this help and exit" complete -c pinky -l version -d "output version information and exit" -