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

basename: update to clap 4

This commit is contained in:
Terts Diepraam 2022-09-29 15:23:27 +02:00
parent 26309dc9d7
commit 649dab36f1
3 changed files with 12 additions and 10 deletions

View file

@ -11,7 +11,7 @@ fn test_help() {
.arg(help_flg)
.succeeds()
.no_stderr()
.stdout_contains("USAGE:");
.stdout_contains("Usage:");
}
}