[Toybox] [PATCH] rm: error message consistency.
enh
enh at google.com
Thu Aug 22 12:56:44 PDT 2019
Before:
$ ./rm
rm: Needs 1 argument
$ ./rmdir
rmdir: Needs 1 argument (see "rmdir --help")
After:
$ ./rm
rm: Needs 1 argument (see "rm --help")
---
toys/posix/rm.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-rm-error-message-consistency.patch
Type: text/x-patch
Size: 944 bytes
Desc: not available
URL: <http://lists.landley.net/pipermail/toybox-landley.net/attachments/20190822/bce5da59/attachment-0002.bin>
More information about the Toybox
mailing list