mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-11-19 13:33:52 +01:00
unposted: remove initial capitalisation from option descriptions
This commit is contained in:
parent
ec8418cf1c
commit
088f324ad4
@ -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
|
||||
|
@ -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' \
|
||||
|
@ -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]' \
|
||||
|
@ -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[@]
|
||||
|
@ -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] )) ||
|
||||
|
@ -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]' \
|
||||
|
@ -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:'
|
||||
}
|
||||
|
||||
|
||||
|
@ -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'
|
||||
}
|
||||
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user