diff options
author | Doug Kearns <dkearns@users.sourceforge.net> | 2003-07-16 01:44:15 +0000 |
---|---|---|
committer | Doug Kearns <dkearns@users.sourceforge.net> | 2003-07-16 01:44:15 +0000 |
commit | 088f324ad4d5fbe5c19eb4d359b33dee2712eebf (patch) | |
tree | ddc50b4fb1ad4accbe5534d8dd06581da52554c4 /Completion/Unix | |
parent | ec8418cf1c2143be758236a998f39c624e4080ab (diff) | |
download | zsh-088f324ad4d5fbe5c19eb4d359b33dee2712eebf.tar.gz zsh-088f324ad4d5fbe5c19eb4d359b33dee2712eebf.tar.xz zsh-088f324ad4d5fbe5c19eb4d359b33dee2712eebf.zip |
unposted: remove initial capitalisation from option descriptions
Diffstat (limited to 'Completion/Unix')
-rw-r--r-- | Completion/Unix/Command/_cvs | 6 | ||||
-rw-r--r-- | Completion/Unix/Command/_ecasound | 4 | ||||
-rw-r--r-- | Completion/Unix/Command/_mysql_utils | 4 | ||||
-rw-r--r-- | Completion/Unix/Command/_perforce | 4 | ||||
-rw-r--r-- | Completion/Unix/Command/_screen | 2 |
5 files changed, 10 insertions, 10 deletions
diff --git a/Completion/Unix/Command/_cvs b/Completion/Unix/Command/_cvs index 8082b7336..9ad057b68 100644 --- a/Completion/Unix/Command/_cvs +++ b/Completion/Unix/Command/_cvs @@ -367,9 +367,9 @@ _cvs_history_x () { 'G[merge succeed]' \ 'U[working file was copied]' \ 'W[working file was deleted]' \ - 'A[A file was added]' \ - 'M[A file was modified]' \ - 'R[A file was removed]' + 'A[a file was added]' \ + 'M[a file was modified]' \ + 'R[a file was removed]' } (( $+functions[_cvs_import] )) || diff --git a/Completion/Unix/Command/_ecasound b/Completion/Unix/Command/_ecasound index cb6b724a0..67b9c363a 100644 --- a/Completion/Unix/Command/_ecasound +++ b/Completion/Unix/Command/_ecasound @@ -12,10 +12,10 @@ _arguments \ '(-)--version[show version information]' \ '-n\:-[set the name of chainsetup]:chainsetup name' \ '-s\:-[create a new chainsetup from file]:chainsetup file:_files' \ - '-sr\:-[set internal sampling rate]:Internal sampling rate:(8000 11025 22050 44100 48000)' \ + '-sr\:-[set internal sampling rate]:internal sampling rate:(8000 11025 22050 44100 48000)' \ '*-a\:-[select active signal chains]:chain name' \ '-b\:-[set the size of buffer in samples]:buffer size:->b' \ - '-m\:-[force use of specified mix mode]:Mix mode:((auto\:Automatic simple\:Only\ one\ input/cain/output normal\:Normal\ single-threaded\ mode))' \ + '-m\:-[force use of specified mix mode]:mix mode:((auto\:Automatic simple\:Only\ one\ input/cain/output normal\:Normal\ single-threaded\ mode))' \ '-r[use realtime scheduling policy (SCHED_FIFO)]' \ '-r\:-[use realtime scheduling policy (SCHED_FIFO)]:sched_priority' \ '-x[truncate outputs]' \ diff --git a/Completion/Unix/Command/_mysql_utils b/Completion/Unix/Command/_mysql_utils index 4bd2d2d3e..1fb4dc689 100644 --- a/Completion/Unix/Command/_mysql_utils +++ b/Completion/Unix/Command/_mysql_utils @@ -84,8 +84,8 @@ _mysql_tables () { _mysql_variables () { _values -s , 'MySQL client variables' \ - 'max_allowed_packet[maximum allowed packet size]:Packet size in bytes:' \ - 'net_buffer_length[network buffer length]:Buffer length in bytes:' + 'max_allowed_packet[maximum allowed packet size]:packet size in bytes:' \ + 'net_buffer_length[network buffer length]:buffer length in bytes:' } diff --git a/Completion/Unix/Command/_perforce b/Completion/Unix/Command/_perforce index 9bcec8884..f6ef3e4c2 100644 --- a/Completion/Unix/Command/_perforce +++ b/Completion/Unix/Command/_perforce @@ -1513,8 +1513,8 @@ _perforce_cmd_passwd() { _perforce_cmd_print() { _arguments -s : \ '-a[display all revisions in a range]' \ - '-o[Select output file]:output file:_files' \ - '-q[Suppress header]' \ + '-o[select output file]:output file:_files' \ + '-q[suppress header]' \ '*::file:_perforce_files -tR' } diff --git a/Completion/Unix/Command/_screen b/Completion/Unix/Command/_screen index e50feca05..89ddc9a96 100644 --- a/Completion/Unix/Command/_screen +++ b/Completion/Unix/Command/_screen @@ -69,7 +69,7 @@ _arguments \ '(-)-v[print screen version]' \ '(-)-wipe[do nothing, clean up SockDir]' \ '-x[attach to a not detached screen. (Multi display mode).]' \ - '-X[Execute <cmd> as a screen command in the specified session.]:screencmd:(${scr_cmds[@]})' + '-X[execute <cmd> as a screen command in the specified session.]:screencmd:(${scr_cmds[@]})' case $state in sessionname) |