summaryrefslogtreecommitdiffstats
path: root/Completion/Linux/Command
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 /Completion/Linux/Command
parent18841: work around problem which caused the whole word to be removed (diff)
downloadzsh-088f324ad4d5fbe5c19eb4d359b33dee2712eebf.tar
zsh-088f324ad4d5fbe5c19eb4d359b33dee2712eebf.tar.gz
zsh-088f324ad4d5fbe5c19eb4d359b33dee2712eebf.tar.bz2
zsh-088f324ad4d5fbe5c19eb4d359b33dee2712eebf.tar.lz
zsh-088f324ad4d5fbe5c19eb4d359b33dee2712eebf.tar.xz
zsh-088f324ad4d5fbe5c19eb4d359b33dee2712eebf.tar.zst
zsh-088f324ad4d5fbe5c19eb4d359b33dee2712eebf.zip
unposted: remove initial capitalisation from option descriptions
Diffstat (limited to 'Completion/Linux/Command')
-rw-r--r--Completion/Linux/Command/_pkgtool34
1 files changed, 17 insertions, 17 deletions
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.]'