From 1e5244765dd48ba02715b22673e0aa6c271e2919 Mon Sep 17 00:00:00 2001 From: Alexandru-Constantin Atomei Date: Fri, 29 Dec 2023 15:07:55 +0200 Subject: [PATCH] Made one more modification to test usage string. --- src/uu/test/src/test.rs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/uu/test/src/test.rs b/src/uu/test/src/test.rs index a0d0f3395..9d3c2b290 100644 --- a/src/uu/test/src/test.rs +++ b/src/uu/test/src/test.rs @@ -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");