From 55502cb44f642950fb3b2891105a930fd17a79a9 Mon Sep 17 00:00:00 2001 From: RWDJ Date: Sat, 15 Feb 2025 19:20:35 -0600 Subject: [PATCH] test: fix usage string `[` alone is not a valid test command. `test` alone is a valid test command. `]` alone is not a valid test command. Update usage string to match GNU behavior. --- src/uu/test/test.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/uu/test/test.md b/src/uu/test/test.md index b198c220b..e67eb1824 100644 --- a/src/uu/test/test.md +++ b/src/uu/test/test.md @@ -2,11 +2,10 @@ ``` test EXPRESSION -[ +test [ EXPRESSION ] [ ] [ OPTION -] ``` Check file types and compare values.