1
Fork 0
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:
Alexandru-Constantin Atomei 2023-12-29 15:07:55 +02:00 committed by Sylvestre Ledru
parent e61318413e
commit 1e5244765d

View file

@ -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");