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

who: move from getopts to clap 2.33.3 (#2124)

This commit is contained in:
Jan Scheer 2021-04-29 00:11:21 +02:00
parent 6f16cafe88
commit 512d206f1e
3 changed files with 54 additions and 47 deletions

View file

@ -139,7 +139,7 @@ fn test_arg1_arg2() {
#[test]
fn test_too_many_args() {
let expected =
"error: The value 'u' was provided to '<FILE>...' but it wasn't expecting any more values";
"error: The value 'u' was provided to '<FILE>...', but it wasn't expecting any more values";
new_ucmd!()
.arg("am")