aboutsummaryrefslogtreecommitdiffhomepage
path: root/init/completions/apm.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/apm.fish
parent906495d713fa6e773ccd093143c34336361f28c8 (diff)
Make description messages more uniform
darcs-hash:20060108231306-ac50b-6476976dcdb9db47ac61052f0096e1f7eb27fc32.gz
Diffstat (limited to 'init/completions/apm.fish')
-rw-r--r--init/completions/apm.fish10
1 files changed, 5 insertions, 5 deletions
diff --git a/init/completions/apm.fish b/init/completions/apm.fish
index b0067b53..40f3699f 100644
--- a/init/completions/apm.fish
+++ b/init/completions/apm.fish
@@ -1,8 +1,8 @@
#apm
complete -f -c apm -s V -l version -d (_ "Display version and exit")
-complete -f -c apm -s v -l verbose -d (_ "print APM info")
-complete -f -c apm -s m -l minutes -d (_ "print time remaining")
-complete -f -c apm -s M -l monitor -d (_ "monitor status info")
-complete -f -c apm -s S -l standby -d (_ "request APM standby mode")
-complete -f -c apm -s s -l suspend -d (_ "request APM suspend mode")
+complete -f -c apm -s v -l verbose -d (_ "Print APM info")
+complete -f -c apm -s m -l minutes -d (_ "Print time remaining")
+complete -f -c apm -s M -l monitor -d (_ "Monitor status info")
+complete -f -c apm -s S -l standby -d (_ "Request APM standby mode")
+complete -f -c apm -s s -l suspend -d (_ "Request APM suspend mode")
complete -f -c apm -s d -l debug -d (_ "APM status debugging info")