diff options
| author | Oliver Kiddle <opk@users.sourceforge.net> | 2005-08-01 16:26:28 +0000 |
|---|---|---|
| committer | Oliver Kiddle <opk@users.sourceforge.net> | 2005-08-01 16:26:28 +0000 |
| commit | ce743b792006c38a92108ea824eeaad37f333143 (patch) | |
| tree | f167561e46ee67d61d000c4d9adec0e9d9c5431c /Completion/Unix/Command/_perforce | |
| parent | 21393: add missing local declarations (diff) | |
| download | zsh-ce743b792006c38a92108ea824eeaad37f333143.tar zsh-ce743b792006c38a92108ea824eeaad37f333143.tar.gz zsh-ce743b792006c38a92108ea824eeaad37f333143.tar.bz2 zsh-ce743b792006c38a92108ea824eeaad37f333143.tar.lz zsh-ce743b792006c38a92108ea824eeaad37f333143.tar.xz zsh-ce743b792006c38a92108ea824eeaad37f333143.tar.zst zsh-ce743b792006c38a92108ea824eeaad37f333143.zip | |
various cleanups: fix indentation and capitalisation of descriptions
Diffstat (limited to 'Completion/Unix/Command/_perforce')
| -rw-r--r-- | Completion/Unix/Command/_perforce | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Completion/Unix/Command/_perforce b/Completion/Unix/Command/_perforce index 3d7de0cb1..49eb5faba 100644 --- a/Completion/Unix/Command/_perforce +++ b/Completion/Unix/Command/_perforce @@ -1410,10 +1410,10 @@ _perforce_cmd_attribute() { # If -f is present, search unopened files, else don't [[ ${words[(I)-f]} -eq 0 ]] && limit=" -to" _arguments -s : \ - '-e[Value is in hex]' \ - '-f[Set the attribute on a submitted file]' \ - '-n[Set name of attribute]:attribute: ' \ - '-v[Set value of attribute]:value: ' \ + '-e[value is in hex]' \ + '-f[set the attribute on a submitted file]' \ + '-n[set name of attribute]:attribute: ' \ + '-v[set value of attribute]:value: ' \ "*::file:_perforce_files$limit" } @@ -1653,7 +1653,7 @@ _perforce_cmd_fstat() { if [[ ${_perforce_cmd_list[(r)attribute:*]} != '' ]]; then # Unsupported feature, try not to show if not present Oattr=' a\:show\ attributes d\:attributes\ digest e\:attributes\ in\ hex' - Aattr='-A[Restrict attributes by pattern]:attribute pattern: ' + Aattr='-A[restrict attributes by pattern]:attribute pattern: ' fi _arguments -s : \ '-c+[affected since change]:change:_perforce_changes -ts' \ |
