summaryrefslogtreecommitdiff
path: root/Completion/Unix/Command/_perforce
diff options
context:
space:
mode:
authorDoug Kearns <dkearns@users.sourceforge.net>2010-06-06 13:44:11 +0000
committerDoug Kearns <dkearns@users.sourceforge.net>2010-06-06 13:44:11 +0000
commita54fdc70be299a203a51d69c4e823f209a4c06ca (patch)
tree6d1c67674d388e1ca64c4210e283d1bd11eea2c7 /Completion/Unix/Command/_perforce
parent4ad0a25af110e2afe956bce13e901f78fd9e6bcd (diff)
downloadzsh-a54fdc70be299a203a51d69c4e823f209a4c06ca.tar.gz
zsh-a54fdc70be299a203a51d69c4e823f209a4c06ca.zip
unposted: fix incorrectly capitalized completion descriptions
Diffstat (limited to 'Completion/Unix/Command/_perforce')
-rw-r--r--Completion/Unix/Command/_perforce14
1 files changed, 7 insertions, 7 deletions
diff --git a/Completion/Unix/Command/_perforce b/Completion/Unix/Command/_perforce
index 04482be6f..1f68a80ca 100644
--- a/Completion/Unix/Command/_perforce
+++ b/Completion/Unix/Command/_perforce
@@ -488,12 +488,12 @@ _perforce_gen_cmd_list() {
# but let's at least check they're not already there.
local -a unsup
unsup=(
- "attribute:Set attributes for open file (EXPERIMENTAL)"
- "dbschema:Report meta database information"
- "export:Rxtract journal or checkpoint records"
- "interchanges:Report changes not yet integrated between branches"
- "replicate:Poll for journal changes and apply to another server"
- "spec:Allows limited changes to form specifications (admin)"
+ "attribute:set attributes for open file (EXPERIMENTAL)"
+ "dbschema:report meta database information"
+ "export:extract journal or checkpoint records"
+ "interchanges:report changes not yet integrated between branches"
+ "replicate:poll for journal changes and apply to another server"
+ "spec:allows limited changes to form specifications (admin)"
)
for line in $unsup; do
if [[ ${_perforce_cmd_list[(r)${line%%:*}:*]} = '' ]]; then
@@ -2029,7 +2029,7 @@ _perforce_cmd_help() {
fi
done
if [[ -z ${_perforce_help_list[(r)undoc:*]} ]]; then
- _perforce_help_list+=("undoc:Help for otherwise undocumented features")
+ _perforce_help_list+=("undoc:help for otherwise undocumented features")
fi
fi
_describe -t help-options 'Perforce help option' _perforce_help_list