]> git.proxmox.com Git - proxmox-mini-journalreader.git/commitdiff
note that -b/-e are unix epoch based
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 14 May 2019 11:20:05 +0000 (11:20 +0000)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 14 May 2019 12:01:47 +0000 (12:01 +0000)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/mini-journalreader.c

index 6b56ecfc45f526e8478910cdcc8e641cdd8d90ac..815f38e7f95822b132ee2ee7ff6d7678e1d0e06c 100644 (file)
@@ -185,8 +185,8 @@ void usage(char *error) {
         fprintf(stderr, "ERROR: %s\n", error);
     }
     fprintf(stderr, "usage: %s [OPTIONS]\n", progname);
-    fprintf(stderr, "  -b begin\tbegin at this epoch\n");
-    fprintf(stderr, "  -e end\tend at this epoch\n");
+    fprintf(stderr, "  -b begin\tbegin at this UNIX epoch based timestamp\n");
+    fprintf(stderr, "  -e end\tend at this UNIX epoch based timestamp\n");
     fprintf(stderr, "  -d directory\tpath to journal directory\n");
     fprintf(stderr, "  -n number\tprint the last number entries\n");
     fprintf(stderr, "  -f from\tprint from this cursor\n");