diff options
Diffstat (limited to 'Completion')
-rw-r--r-- | Completion/Unix/Command/_sort | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_sort b/Completion/Unix/Command/_sort index 2e7f0a01a..1ad57f442 100644 --- a/Completion/Unix/Command/_sort +++ b/Completion/Unix/Command/_sort @@ -55,7 +55,7 @@ case $variant in netbsd*|dragonfly*) args+=( "${ordering}-l[sort by string length of field]" - "(-s)-S[don't use stable sort" + "(-s)-S[don't use stable sort]" ) ;| openbsd*) |