]> git.proxmox.com Git - pmg-log-tracker.git/commitdiff
improve usage info
authorDietmar Maurer <dietmar@proxmox.com>
Wed, 20 Sep 2017 06:05:10 +0000 (08:05 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 20 Sep 2017 06:05:10 +0000 (08:05 +0200)
pmg-log-tracker.c

index affab69dfe59f32257203a54da81efd47ac4cd64..c77914043aed16ae027df6aada371234b8ea1c66 100644 (file)
@@ -1702,9 +1702,12 @@ print_usage (const char *name)
   fprintf (stderr, "\t-e END         end time (YYYY-MM-DD HH:MM:SS)\n");
   fprintf (stderr, "\t               or seconds since epoch\n");
   fprintf (stderr, "\t-m MSGID       message ID (exact match)\n");
-  fprintf (stderr, "\t-q QID         queue ID (exact match)\n");
+  fprintf (stderr, "\t-q QID         queue ID (exact match), can be\n");
+  fprintf (stderr, "\t               specified multiple times.\n");
   fprintf (stderr, "\t-x STRING      search for strings\n");
   fprintf (stderr, "\t-l LIMIT       print max limit entries\n");
+  fprintf (stderr, "\t-g             exclude greylist entries\n");
+  fprintf (stderr, "\t-n             exclude NDR entries\n");
   fprintf (stderr, "\t-v             verbose output (no logs)\n");
   fprintf (stderr, "\t-vv            verbose output with logs\n");
 }