mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 19:47:45 +00:00
Made one more modification to test usage string.
This commit is contained in:
parent
e61318413e
commit
1e5244765d
1 changed files with 3 additions and 2 deletions
|
@ -29,10 +29,11 @@ const ABOUT: &str = help_about!("test.md");
|
|||
// So, we use test or [ instead of {} so that the usage string is correct.
|
||||
const USAGE: &str = "\
|
||||
test EXPRESSION
|
||||
test
|
||||
[
|
||||
[ EXPRESSION ]
|
||||
[ ]
|
||||
[ OPTION";
|
||||
[ OPTION
|
||||
]";
|
||||
|
||||
// We use after_help so that this comes after the usage string (it would come before if we used about)
|
||||
const AFTER_HELP: &str = help_section!("after help", "test.md");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue