From 5590fc0b132377a30e83cb95c4b8e30559b07929 Mon Sep 17 00:00:00 2001 From: Kai Krakow Date: Fri, 19 Jan 2018 21:00:18 +0100 Subject: [PATCH] Cmdline: Fix text alignment Signed-off-by: Kai Krakow --- src/bees.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bees.cc b/src/bees.cc index 12d863b..54a0776 100644 --- a/src/bees.cc +++ b/src/bees.cc @@ -43,7 +43,7 @@ do_cmd_help(char *argv[]) "\t-h, --help\t\tShow this help\n" "\t-c, --thread-count\tWorker thread count (default CPU count * factor)\n" "\t-C, --thread-factor\tWorker thread factor (default " << BEES_DEFAULT_THREAD_FACTOR << ")\n" - "\t-m, --scan-mode\tScanning mode (0..1, default 0)\n" + "\t-m, --scan-mode\t\tScanning mode (0..1, default 0)\n" "\t-t, --timestamps\tShow timestamps in log output (default)\n" "\t-T, --no-timestamps\tOmit timestamps in log output\n" "\t-p, --absolute-paths\tShow absolute paths (default)\n"