diff options
author | Clint Adams <clint@users.sourceforge.net> | 2008-08-16 00:38:46 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2008-08-16 00:38:46 +0000 |
commit | d1fba243eef01ba1f1f48e5a722c5634599d1f6b (patch) | |
tree | 0cdc7126ff44f0306ac5dace117cec6c76abe507 /Completion/Unix | |
parent | ac8d013c16b891f359d255fb57e8a344d92962c6 (diff) | |
download | zsh-d1fba243eef01ba1f1f48e5a722c5634599d1f6b.tar.gz zsh-d1fba243eef01ba1f1f48e5a722c5634599d1f6b.tar.xz zsh-d1fba243eef01ba1f1f48e5a722c5634599d1f6b.zip |
Mikael Magnusson: 25456: fix typo of "before".
Diffstat (limited to 'Completion/Unix')
-rw-r--r-- | Completion/Unix/Command/_git | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git index b85710c61..ac08dd3d2 100644 --- a/Completion/Unix/Command/_git +++ b/Completion/Unix/Command/_git @@ -2331,7 +2331,7 @@ _git-rev-parse () { '--git-dir[show "$GIT_DIR" if defined else show path to ".git" directory]' \ '--short=-[show only handful hexdigits prefix]:: :_guard "[[\:digit\:]]#" number' \ {--after=-,--since=-}'[show "--max-age=" parameter corresponding given date string]:datestring' \ - {--berore=-,--until=-}'[show "--min-age=" parameter corresponding given date string]:datestring' \ + {--before=-,--until=-}'[show "--min-age=" parameter corresponding given date string]:datestring' \ '*:objects:__git_objects' && ret=0 } |