aboutsummaryrefslogtreecommitdiffhomepage
path: root/init/completions/who.fish
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-01-09 09:13:06 +1000
committerGravatar axel <axel@liljencrantz.se>2006-01-09 09:13:06 +1000
commitce689e69d5e903f39a378c5a1747d530ef4f9147 (patch)
treecddb49318413b830b6e0c0d1bf08ffebc582c7b7 /init/completions/who.fish
parent906495d713fa6e773ccd093143c34336361f28c8 (diff)
Make description messages more uniform
darcs-hash:20060108231306-ac50b-6476976dcdb9db47ac61052f0096e1f7eb27fc32.gz
Diffstat (limited to 'init/completions/who.fish')
-rw-r--r--init/completions/who.fish4
1 files changed, 2 insertions, 2 deletions
diff --git a/init/completions/who.fish b/init/completions/who.fish
index 8b79bcb7..fa5020e8 100644
--- a/init/completions/who.fish
+++ b/init/completions/who.fish
@@ -15,6 +15,6 @@ complete -c who -s T -l mesg -d (_ "Print users message status as +, - or ?")
complete -c who -s w -l writable -d (_ "Print users message status as +, - or ?")
complete -c who -l message -d (_ "Print users message status as +, - or ?")
complete -c who -s u -l users -d (_ "List users logged in")
-complete -c who -l help -d (_ "Print help and exit")
-complete -c who -l version -d (_ "Display version and exit and exit")
+complete -c who -l help -d (_ "Display help and exit")
+complete -c who -l version -d (_ "Display version and exit")