Skip to content

Commit

Permalink
c4group: Improve help message of -ga
Browse files Browse the repository at this point in the history
  • Loading branch information
Fulgen301 committed Oct 13, 2024
1 parent 239902b commit efd162e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/c4group_ng.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit efd162e

Please sign in to comment.