aboutsummaryrefslogtreecommitdiffhomepage
path: root/init/completions/less.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/less.fish
parent906495d713fa6e773ccd093143c34336361f28c8 (diff)
Make description messages more uniform
darcs-hash:20060108231306-ac50b-6476976dcdb9db47ac61052f0096e1f7eb27fc32.gz
Diffstat (limited to 'init/completions/less.fish')
-rw-r--r--init/completions/less.fish2
1 files changed, 1 insertions, 1 deletions
diff --git a/init/completions/less.fish b/init/completions/less.fish
index e53e800d..495651fb 100644
--- a/init/completions/less.fish
+++ b/init/completions/less.fish
@@ -41,7 +41,7 @@ complete -c less -s U -l UNDERLINE-SPECIAL -d (_ "Allow backspace, tab and carri
complete -c less -s V -l version -d (_ "Display version and exit")
complete -c less -s w -l hilite-unread -d (_ "Flash first unread line on new page")
complete -c less -s W -l HILITE-UNREAD -d (_ "Flash first unread line on any movement")
-complete -c less -s x -l tabs -d (_ "set tab stops") -r -a "1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16"
+complete -c less -s x -l tabs -d (_ "Set tab stops") -r -a "1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16"
complete -c less -s X -l no-init -d (_ "No termcap init")
complete -c less -l no-keypad -d (_ "No keypad init")
complete -c less -s y -l max-forw-scroll -d (_ "Maximum forward scroll") -r -a "1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19"