diff options
author | Mikael Magnusson <mikachu@gmail.com> | 2011-05-22 02:13:55 +0000 |
---|---|---|
committer | Mikael Magnusson <mikachu@gmail.com> | 2011-05-22 02:13:55 +0000 |
commit | 59a0b52e6159b91d0fdc015a440858a8bb221aca (patch) | |
tree | 727251fd3b15fa7559707ec338e662124c570e32 /Completion/Redhat | |
parent | 0198b8423dfd4aab7f1c1d2b2938cb5124724212 (diff) | |
download | zsh-59a0b52e6159b91d0fdc015a440858a8bb221aca.tar.gz zsh-59a0b52e6159b91d0fdc015a440858a8bb221aca.tar.xz zsh-59a0b52e6159b91d0fdc015a440858a8bb221aca.zip |
29328: Another missing backslash in _git, remove some not needed backslashes in array definitions.
Diffstat (limited to 'Completion/Redhat')
-rw-r--r-- | Completion/Redhat/Command/_rpm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Redhat/Command/_rpm b/Completion/Redhat/Command/_rpm index 184d7b00d..83922b60c 100644 --- a/Completion/Redhat/Command/_rpm +++ b/Completion/Redhat/Command/_rpm @@ -55,7 +55,7 @@ _rpm () { '--httpport:http port number' {-\?,--help}'[print help information]' '--version[print version number]' - '--pipe:pipe command:->command' \ + '--pipe:pipe command:->command' ) # package selection options of which only one can be used |