summaryrefslogtreecommitdiff
path: root/Completion/Unix/Command/_cut
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2008-02-06 01:30:29 +0000
committerClint Adams <clint@users.sourceforge.net>2008-02-06 01:30:29 +0000
commitaad025407c5ef6c1b3b3557334e3719c827d7429 (patch)
tree332ac32df43653cfe9302ba52b6b09746d2ffc51 /Completion/Unix/Command/_cut
parent0ae4035111468bc082dd5390992e1899783de3af (diff)
downloadzsh-aad025407c5ef6c1b3b3557334e3719c827d7429.tar.gz
zsh-aad025407c5ef6c1b3b3557334e3719c827d7429.zip
24536: tweaks to 24529, spelling fix.
Diffstat (limited to 'Completion/Unix/Command/_cut')
-rw-r--r--Completion/Unix/Command/_cut10
1 files changed, 5 insertions, 5 deletions
diff --git a/Completion/Unix/Command/_cut b/Completion/Unix/Command/_cut
index b17cf7ccb..81e8c257b 100644
--- a/Completion/Unix/Command/_cut
+++ b/Completion/Unix/Command/_cut
@@ -23,7 +23,7 @@ if _pick_variant gnu="Free Soft" unix --version; then
bytes "select only these bytes"
characters "select only these characters"
delimiter "use DELIM instead of TAB for field delimiter"
- fields "select only these fields and lines whitout the delimiter character"
+ fields "select only these fields and lines without the delimiter character"
n "(ignored)"
complement "complement the set of selected bytes, characters or fields"
only-delimited "do not print lines not containing delimiters"
@@ -35,10 +35,10 @@ if _pick_variant gnu="Free Soft" unix --version; then
esac
_arguments \
- '(--bytes -b+)'{--bytes=,-b}'['$_cut_args[bytes]']:list' \
- '(--characters -c+)'{--characters=,-c}'['$_cut_args[characters]']:list' \
- '(--delimiter -d+)'{--delimiter=,-d}'['$_cut_args[delimiter]']:delimeter' \
- '(--fields -f+)'{--fields=,-f}'['$_cut_args[fields]']:list' \
+ '(--bytes -b)'{--bytes=,-b+}'['$_cut_args[bytes]']:list' \
+ '(--characters -c)'{--characters=,-c+}'['$_cut_args[characters]']:list' \
+ '(--delimiter -d)'{--delimiter=,-d+}'['$_cut_args[delimiter]']:delimeter' \
+ '(--fields -f)'{--fields=,-f+}'['$_cut_args[fields]']:list' \
'-n['$_cut_args[n]']' \
'--complement['$_cut_args[complement]']' \
'(--only-delimited -s)'{--only-delimited,-s}'['$_cut_args[only-delimited]']' \