about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDoug Kearns <dkearns@users.sourceforge.net>2003-07-16 01:44:15 +0000
committerDoug Kearns <dkearns@users.sourceforge.net>2003-07-16 01:44:15 +0000
commit088f324ad4d5fbe5c19eb4d359b33dee2712eebf (patch)
treeddc50b4fb1ad4accbe5534d8dd06581da52554c4
parentec8418cf1c2143be758236a998f39c624e4080ab (diff)
downloadzsh-088f324ad4d5fbe5c19eb4d359b33dee2712eebf.tar.gz
zsh-088f324ad4d5fbe5c19eb4d359b33dee2712eebf.tar.xz
zsh-088f324ad4d5fbe5c19eb4d359b33dee2712eebf.zip
unposted: remove initial capitalisation from option descriptions
-rw-r--r--ChangeLog9
-rw-r--r--Completion/Debian/Command/_bug4
-rw-r--r--Completion/Debian/Command/_debsign2
-rw-r--r--Completion/Linux/Command/_pkgtool34
-rw-r--r--Completion/Unix/Command/_cvs6
-rw-r--r--Completion/Unix/Command/_ecasound4
-rw-r--r--Completion/Unix/Command/_mysql_utils4
-rw-r--r--Completion/Unix/Command/_perforce4
-rw-r--r--Completion/Unix/Command/_screen2
9 files changed, 39 insertions, 30 deletions
diff --git a/ChangeLog b/ChangeLog
index 4ac17522a..481456ea8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2003-07-16  Doug Kearns  <djkea2@mugca.its.monash.edu.au>
+
+	* unposted: Completion/Debian/Command/_bug,
+	Completion/Debian/Command/_debsign, Completion/Linux/Command/_pkgtool,
+	Completion/Unix/Command/_cvs, Completion/Unix/Command/_ecasound,
+	Completion/Unix/Command/_mysql_utils,
+	Completion/Unix/Command/_perforce, Completion/Unix/Command/_screen:
+	remove initial capitalisation from option descriptions
+
 2003-07-09  Oliver Kiddle  <opk@zsh.org>
 
 	* 18841: Completion/Base/Completer/_prefix: work around problem
diff --git a/Completion/Debian/Command/_bug b/Completion/Debian/Command/_bug
index 8b87867c7..d0fe5fa39 100644
--- a/Completion/Debian/Command/_bug
+++ b/Completion/Debian/Command/_bug
@@ -129,9 +129,9 @@ _arguments '(--no-config-files)-c[exclude configs from report]' \
 querybts)
 _arguments '(--web)-w[launch external web browser]' \
            '(-w)--web' \
-	   '(--archive)-A[Browse archived bugs]' \
+	   '(--archive)-A[browse archived bugs]' \
 	   '(-A)--archive' \
-	   '(--source)-s[Query for source packages rather than binary]' \
+	   '(--source)-s[query for source packages rather than binary]' \
 	   '(-s)--source' \
 	   '(--version)-v[show version]' \
 	   '(-v)--version' \
diff --git a/Completion/Debian/Command/_debsign b/Completion/Debian/Command/_debsign
index 6426ad646..c706cb1c3 100644
--- a/Completion/Debian/Command/_debsign
+++ b/Completion/Debian/Command/_debsign
@@ -6,7 +6,7 @@ _arguments '-r[copy .changes file from remote host]:[username@]remotehost' \
            '-e[maintainer]:maintainer name and email address' \
            '-k[key ID to use for signing]:keyid' \
            '-s[argument style for signing program]:gpg or pgp' \
-           '-S[Look for source-only .changes file]' \
+           '-S[look for source-only .changes file]' \
            '-a[architecture]:Debian architecture' \
            '-t[GNU system type]:GNU system type' \
            '--help[help]' \
diff --git a/Completion/Linux/Command/_pkgtool b/Completion/Linux/Command/_pkgtool
index 61578e011..27d0113ab 100644
--- a/Completion/Linux/Command/_pkgtool
+++ b/Completion/Linux/Command/_pkgtool
@@ -7,12 +7,12 @@ _slackware_pkg() {
   installpkg)
     flags=(
       '-warn[warn if files will be overwritten, but do not install]'
-      '-root=[install someplace else, like /mnt]:Root directory:_path_files -/'
+      '-root=[install someplace else, like /mnt]:root directory:_path_files -/'
       '-infobox[use dialog to draw an info box]'
       '-menu[confirm package installation with a menu]'
       '-ask[used with menu mode: always ask if a package should be installed regardless of what the package'\''s priority is]'
-      '-priority[provide a priority for the entire package list to use instead of the priority in the tagfile]:Priority list:(ADD REC OPT SKP)'
-      '-tagfile[specify a different file to use for package priorities.  The default is "tagfile" in the package'\''s directory]:Tagfile:_files -/'
+      '-priority[provide a priority for the entire package list to use instead of the priority in the tagfile]:priority list:(ADD REC OPT SKP)'
+      '-tagfile[specify a different file to use for package priorities.  The default is "tagfile" in the package'\''s directory]:tagfile:_files -/'
     )
 
     _arguments -s \
@@ -22,10 +22,10 @@ _slackware_pkg() {
 
   removepkg)
     flags=(
-      '-warn[Generate  a  report  to  the  standard output about which files and directories would be removed, but does not actually remove the package.]'
-      '-preserve[If specified, the complete package subtree is reconstructed in /tmp/preserved_packages/packagename.]'
-      '-copy[Construct a copy of the package under /tmp/preserved_packages/packagename, but don'\''t remove it.  (same effect as -warn -preserve)]'
-      '-keep[Save the  intermediate  files  created  by  removepkg  (delete_list,  required_files,  uniq_list,  del_link_list,  required_links, required_list).  Mostly useful for debugging purposes.]'
+      '-warn[generate  a  report  to  the  standard output about which files and directories would be removed, but does not actually remove the package.]'
+      '-preserve[if specified, the complete package subtree is reconstructed in /tmp/preserved_packages/packagename.]'
+      '-copy[construct a copy of the package under /tmp/preserved_packages/packagename, but don'\''t remove it.  (same effect as -warn -preserve)]'
+      '-keep[save the  intermediate  files  created  by  removepkg  (delete_list,  required_files,  uniq_list,  del_link_list,  required_links, required_list).  Mostly useful for debugging purposes.]'
     )
 
     _arguments -s \
@@ -37,7 +37,7 @@ _slackware_pkg() {
     flags=(
       '--install-new[the behavior is modified to install new packages in addition to upgrading existing ones.]'
       '--reinstall[upgrade all packages even if the same version is already installed.]'
-      '--verbose[Show all the gory details of the upgrade.]'
+      '--verbose[show all the gory details of the upgrade.]'
     )
 
 
@@ -54,8 +54,8 @@ _slackware_pkg() {
 
   makepkg)
     flags=(
-      '(--linkadd -l)'{--linkadd,-l}'[moves symlinks into doinst.sh: recommended]:Answer:(y n)'
-      '(--chown -c)'{--chown,-c}'[resets all permissions to root:root 755 - not generally recommended]:Answer:(y n)'
+      '(--linkadd -l)'{--linkadd,-l}'[moves symlinks into doinst.sh: recommended]:answer:(y n)'
+      '(--chown -c)'{--chown,-c}'[resets all permissions to root:root 755 - not generally recommended]:answer:(y n)'
     )
 
 
@@ -67,13 +67,13 @@ _slackware_pkg() {
 
   pkgtool)
     flags=(
-    '-sets[Install the disk sets A, B, C. Seperate the disk set names by '\''#'\'' symbols.]'
-    '-source_mounted[When this flag is present, pkgtool will not attempt to unmount and remount the source device with each disk.]'
-    '-ignore_tagfile[When this flag is present, pkgtool will install every *.tgz package encountered no matter what the tagfiles say.]'
-    '-tagfile[This flag is used to specify from the command line which tagfile should be used for the installation.]:Tagfile:_files -/'
-    '-source_dir[Used  when installing multiple packages from disk sets. This is the directory in which the subdirectories for each disk are found.]:Source directory:_path_files -/'
-    '-target_dir[The directory where the target root directory is located. This is '/' when installing on the hard drive, or typically '\''/mnt'\''  when installing from an install disk.]:Target directory:_path_files -W -/'
-    '-source_device[The source device to install from. This is not used if you'\''ve provided the -source_mounted flag. It'\''s usually used when installing from floppy.]:Source device:_files -/'
+    '-sets[install the disk sets A, B, C. Seperate the disk set names by '\''#'\'' symbols.]'
+    '-source_mounted[when this flag is present, pkgtool will not attempt to unmount and remount the source device with each disk.]'
+    '-ignore_tagfile[when this flag is present, pkgtool will install every *.tgz package encountered no matter what the tagfiles say.]'
+    '-tagfile[this flag is used to specify from the command line which tagfile should be used for the installation.]:tagfile:_files -/'
+    '-source_dir[used  when installing multiple packages from disk sets. This is the directory in which the subdirectories for each disk are found.]:source directory:_path_files -/'
+    '-target_dir[the directory where the target root directory is located. This is '/' when installing on the hard drive, or typically '\''/mnt'\''  when installing from an install disk.]:target directory:_path_files -W -/'
+    '-source_device[the source device to install from. This is not used if you'\''ve provided the -source_mounted flag. It'\''s usually used when installing from floppy.]:source device:_files -/'
     )
     _arguments -s \
       $flags[@] 
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)