1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

stdbuf: clap 3

This commit is contained in:
Terts Diepraam 2022-01-11 14:54:16 +01:00
parent eaaa16291e
commit 0fca4460de
3 changed files with 18 additions and 18 deletions

View file

@ -29,9 +29,9 @@ fn test_stdbuf_no_buffer_option_fails() {
ts.ucmd().args(&["head"]).fails().stderr_is(&format!(
"error: The following required arguments were not provided:\n \
--error <MODE>\n \
--input <MODE>\n \
--output <MODE>\n\n\
--output <MODE>\n \
--error <MODE>\n\n\
USAGE:\n \
{1} {0} OPTION... COMMAND\n\n\
For more information try --help",