boxes/test/065_size_missing_argument.txt
2017-03-14 21:47:53 +01:00

12 lines
214 B
Plaintext

:ARGS
-s
:INPUT
foo
:OUTPUT-FILTER
1s/^.\+: /boxes: /
1s/-- s$/-- 's'/
:EXPECTED-ERROR 1
boxes: option requires an argument -- 's'
Usage: boxes [options] [infile [outfile]]
Try `boxes -h' for more information.
:EOF