|
@@ -164,6 +164,9 @@ static void usage(FILE *fp, int markers)
|
|
|
strcpy(item, " [--quiet]");
|
|
|
len = show(fp, item, len);
|
|
|
|
|
|
+ strcpy(item, " [--ui]");
|
|
|
+ len = show(fp, item, len);
|
|
|
+
|
|
|
fprintf(fp, "\n");
|
|
|
|
|
|
/* Print help info for flags */
|
|
@@ -199,7 +202,8 @@ static void usage(FILE *fp, int markers)
|
|
|
fprintf(fp, " --h %s\n", _("Print usage summary"));
|
|
|
fprintf(fp, " --v %s\n", _("Verbose module output"));
|
|
|
fprintf(fp, " --q %s\n", _("Quiet module output"));
|
|
|
-
|
|
|
+ fprintf(fp, " --ui %s\n", _("Force launching GUI dialog"));
|
|
|
+
|
|
|
/* Print help info for options */
|
|
|
|
|
|
if (st->n_opts) {
|