diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2007-06-04 15:40:00 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2007-06-04 15:40:00 +0000 |
commit | d3731fac38a95846f7150dd12e9bdb7b8ee2aef8 (patch) | |
tree | 98c371a12a2a7954364ddac9e8e0bd567dacbaf7 /Completion/Unix/Command | |
parent | a8bff431644991e30eeadcc886b20f2b4ca08ae5 (diff) | |
download | zsh-d3731fac38a95846f7150dd12e9bdb7b8ee2aef8.tar.gz zsh-d3731fac38a95846f7150dd12e9bdb7b8ee2aef8.tar.xz zsh-d3731fac38a95846f7150dd12e9bdb7b8ee2aef8.zip |
23519: completion for units
Diffstat (limited to 'Completion/Unix/Command')
-rw-r--r-- | Completion/Unix/Command/_units | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_units b/Completion/Unix/Command/_units index e4708dbe7..ef9fea16f 100644 --- a/Completion/Unix/Command/_units +++ b/Completion/Unix/Command/_units @@ -26,7 +26,7 @@ _arguments -C -s -S \ [[ $state = expr ]] || return 1 -# It's very like there's a quoted expression, since things like '2 seconds' +# It's very likely there's a quoted expression, since things like '2 seconds' # need to be a single argument. Units themselves don't have special # characters, so it's safe to take just the characters around the # cursor. |