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:
parent
6f16cafe88
commit
512d206f1e
3 changed files with 54 additions and 47 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue