diff options
| author | dana <dana@dana.is> | 2019-04-26 17:50:00 -0500 |
|---|---|---|
| committer | dana <dana@dana.is> | 2019-04-26 17:50:00 -0500 |
| commit | 8ce9e20c4963b288cee9a76523c41579880aeeb1 (patch) | |
| tree | bedf58bc65c0be29b037594a2c44be220a928248 /Completion/Unix/Command/_mkdir | |
| parent | 44250: Completion: Fix use of -A and -S options to _arguments (diff) | |
| download | zsh-8ce9e20c4963b288cee9a76523c41579880aeeb1.tar zsh-8ce9e20c4963b288cee9a76523c41579880aeeb1.tar.gz zsh-8ce9e20c4963b288cee9a76523c41579880aeeb1.tar.bz2 zsh-8ce9e20c4963b288cee9a76523c41579880aeeb1.tar.lz zsh-8ce9e20c4963b288cee9a76523c41579880aeeb1.tar.xz zsh-8ce9e20c4963b288cee9a76523c41579880aeeb1.tar.zst zsh-8ce9e20c4963b288cee9a76523c41579880aeeb1.zip | |
44251: Completion: Fix various wording issues
Diffstat (limited to 'Completion/Unix/Command/_mkdir')
| -rw-r--r-- | Completion/Unix/Command/_mkdir | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_mkdir b/Completion/Unix/Command/_mkdir index e5c99a1e1..0ae6be14b 100644 --- a/Completion/Unix/Command/_mkdir +++ b/Completion/Unix/Command/_mkdir @@ -40,7 +40,7 @@ _arguments -C -s -S $aopts $args && ret=0 case "$state" in directories) _wanted directories expl \ - 'parent directory (alternatively specify name of directory)' \ + 'parent directory or name of directory to create' \ _path_files -/ && ret=0 ;; esac |
