From efd162e171de60f1880b9f68da663d0e2d021d8a Mon Sep 17 00:00:00 2001 From: George Tokmaji Date: Sun, 13 Oct 2024 16:13:09 +0200 Subject: [PATCH] c4group: Improve help message of -ga --- src/c4group_ng.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/c4group_ng.cpp b/src/c4group_ng.cpp index 79349952..a13a325f 100644 --- a/src/c4group_ng.cpp +++ b/src/c4group_ng.cpp @@ -645,7 +645,7 @@ int main(int argc, char *argv[]) std::println(" -v View -l List -d Delete -r Rename -s Sort"); std::println(" -p Pack -u Unpack -x Explode"); std::println(" -k Print maker"); - std::println(" -g[a] [source] [target] [title] Make update [allow missing target]"); + std::println(" -g[a] [source] [target] [title] Make update [and allow missing target group when applying update]"); std::println(" -y[d] Apply update [and delete group file]"); std::println(""); std::println("Options: -v Verbose -r Recursive -p Prompt at end");