aboutsummaryrefslogtreecommitdiffhomepage
path: root/init/completions/less.fish
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-01-10 05:28:15 +1000
committerGravatar axel <axel@liljencrantz.se>2006-01-10 05:28:15 +1000
commit5392533f3323361ef322a38a3938c48d37ac7d76 (patch)
treee32f45ddde6c6860dec2f001492083adb7460a05 /init/completions/less.fish
parentbf0957d8dd81e94fc5e27e24292b784643e5e7a5 (diff)
More minor completion description corrections, and another translation checkin for Swedish
darcs-hash:20060109192815-ac50b-cf229b3dbd2e11ed6136650bc781794fe008d5eb.gz
Diffstat (limited to 'init/completions/less.fish')
-rw-r--r--init/completions/less.fish10
1 files changed, 5 insertions, 5 deletions
diff --git a/init/completions/less.fish b/init/completions/less.fish
index 495651fb..6d669955 100644
--- a/init/completions/less.fish
+++ b/init/completions/less.fish
@@ -32,21 +32,21 @@ complete -c less -s Q -l QUIET -d (_ "Completly silent mode")
complete -c less -l SILENT -d (_ "Completly silent mode")
complete -c less -s r -l raw-control-chars -d (_ "Display control chars")
complete -c less -s R -l RAW-CONTROL-CHARS -d (_ "Display control chars, guess screen appearance")
-complete -c less -s s -l squeeze-blank-lines -d (_ "Miltiple blank lines sqeezed")
+complete -c less -s s -l squeeze-blank-lines -d (_ "Multiple blank lines sqeezed")
complete -c less -s S -l chop-long-lines -d (_ "Do not fold long lines")
complete -c less -s t -l tag -d (_ "Edit tag") -r
complete -c less -s T -l tag-file -d (_ "Set tag file") -r
complete -c less -s u -l underline-special -d (_ "Allow backspace and carriage return")
complete -c less -s U -l UNDERLINE-SPECIAL -d (_ "Allow backspace, tab and carriage return")
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 w -l hilite-unread -d (_ "Highlight first unread line on new page")
+complete -c less -s W -l HILITE-UNREAD -d (_ "Highlight 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 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"
-complete -c less -s z -l window -d (_ "Max scroll window") -r -d (_ "1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19")
+complete -c less -s z -l window -d (_ "Max scroll window") -r -a "1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19"
complete -c less -s \" -l quotes -d (_ "Set quote char") -r
complete -c less -s \~ -l tilde -d (_ "Lines after EOF are blank")
-complete -c less -s \# -l shift -d (_ "Scroll on arrows") -a "0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19"
+complete -c less -s \# -l shift -d (_ "Characters to scroll on left/right arrows") -a "0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19"