Skip to content

Commit a62f14a

Browse files
tulinkryVladimir Kotal
authored andcommitted
adding a help message for the -p option (#1638)
fixes #1625
1 parent d075125 commit a62f14a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/Groups

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ Add ()
376376
LocalUsage()
377377
{
378378
echo "Usage:"
379-
echo "${PROGNAME} add <name> <pattern> [-i|--input <file>] [-o|--output <file>] [-l] [-v|--verbose] [-u|--update] [-d]"
379+
echo "${PROGNAME} add <name> <pattern> [-p|--parent <name>] [-i|--input <file>] [-o|--output <file>] [-l] [-v|--verbose] [-u|--update] [-d]"
380380
echo ""
381381
echo " Adds or updates a group with given name"
382382
echo " 1) If given group name already exists, the pattern is updated."
@@ -388,6 +388,7 @@ Add ()
388388
echo " -i option can be used for specifying the input file"
389389
echo " -l option prints the overview to stdout (still -o can be used)"
390390
echo " -o option can be used for saving the result"
391+
echo " -p option can be used to specify parent group by its name"
391392
echo " -u option forces the script to use same output file as input file (overwrite)"
392393
}
393394

0 commit comments

Comments
 (0)