diff options
| author | Mikael Magnusson <mikachu@gmail.com> | 2026-06-09 02:46:16 +0200 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@gmail.com> | 2026-06-14 01:57:17 +0200 |
| commit | 52c23c9c2c3cbba08ed548a77cd2737df478f371 (patch) | |
| tree | 4283d7ff342da4ead79404abd338ee4ea39cbd99 /Functions | |
| parent | 54715: compctl: print multibyte errors correctly (phew) (diff) | |
| download | zsh-52c23c9c2c3cbba08ed548a77cd2737df478f371.tar zsh-52c23c9c2c3cbba08ed548a77cd2737df478f371.tar.gz zsh-52c23c9c2c3cbba08ed548a77cd2737df478f371.tar.bz2 zsh-52c23c9c2c3cbba08ed548a77cd2737df478f371.tar.lz zsh-52c23c9c2c3cbba08ed548a77cd2737df478f371.tar.xz zsh-52c23c9c2c3cbba08ed548a77cd2737df478f371.tar.zst zsh-52c23c9c2c3cbba08ed548a77cd2737df478f371.zip | |
54721: illegal -> invalid, invalid option -> bad option
Combinations of options can remain invalid, though.
Diffstat (limited to 'Functions')
| -rw-r--r-- | Functions/Misc/zmv | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Functions/Misc/zmv b/Functions/Misc/zmv index 2002af5a6..ed4868346 100644 --- a/Functions/Misc/zmv +++ b/Functions/Misc/zmv @@ -183,7 +183,7 @@ repl=$2 shift 2 if [[ -n $opt_s && $action != ln ]]; then - print -r -- "$myname: invalid option: -s" >&2 + print -r -- "$myname: bad option: -s" >&2 return 1 fi |
