File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -376,7 +376,7 @@ Add ()
376
376
LocalUsage ()
377
377
{
378
378
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]"
380
380
echo " "
381
381
echo " Adds or updates a group with given name"
382
382
echo " 1) If given group name already exists, the pattern is updated."
@@ -388,6 +388,7 @@ Add ()
388
388
echo " -i option can be used for specifying the input file"
389
389
echo " -l option prints the overview to stdout (still -o can be used)"
390
390
echo " -o option can be used for saving the result"
391
+ echo " -p option can be used to specify parent group by its name"
391
392
echo " -u option forces the script to use same output file as input file (overwrite)"
392
393
}
393
394
You can’t perform that action at this time.
0 commit comments