about summary refs log tree commit diff
path: root/Test
diff options
context:
space:
mode:
authorJoshua Krusell <js.shirin@gmail.com>2021-02-03 11:33:47 +0000
committerPeter Stephenson <p.stephenson@samsung.com>2021-02-03 11:33:47 +0000
commit9120d1e841b0813f1c71d55f77c3d18fc8318187 (patch)
tree3e19f9e06f35b27d342e073344ffc79ac2ddbf79 /Test
parent93c4cc0d8f1ad92f5f407a50e98d62bdc7d5c1b4 (diff)
downloadzsh-9120d1e841b0813f1c71d55f77c3d18fc8318187.tar.gz
zsh-9120d1e841b0813f1c71d55f77c3d18fc8318187.tar.xz
zsh-9120d1e841b0813f1c71d55f77c3d18fc8318187.zip
47899: Improve error message from zparseopts.
Diffstat (limited to 'Test')
-rw-r--r--Test/V12zparseopts.ztst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/V12zparseopts.ztst b/Test/V12zparseopts.ztst
index d7fc33f72..c41c49022 100644
--- a/Test/V12zparseopts.ztst
+++ b/Test/V12zparseopts.ztst
@@ -69,7 +69,7 @@
 >ret: 1, optv: , argv: -a -x -z
 ?(anon):zparseopts:2: bad option: x
 >ret: 1, optv: , argv: -ax -z
-?(anon):zparseopts:2: bad option: -
+?(anon):zparseopts:2: bad option: -x
 >ret: 1, optv: , argv: -a --x -z
 
   for 1 in '-a 1 2 3' '1 2 3'; do