changeset 357:c50769df3493

Irccdctl: improve help summary
author David Demelier <markand@malikania.fr>
date Thu, 24 Nov 2016 17:25:09 +0100
parents 6fa04fe563c6
children d28f54757d4a
files irccdctl/main.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/irccdctl/main.cpp	Mon Nov 14 21:40:28 2016 +0100
+++ b/irccdctl/main.cpp	Thu Nov 24 17:25:09 2016 +0100
@@ -63,7 +63,7 @@
     log::warning() << "usage: " << sys::programName() << " [options...] <command> [command-options...] [command-args...]\n\n";
     log::warning() << "General options:\n";
     log::warning() << "\t-c, --config file\tspecify the configuration file\n";
-    log::warning() << "\t--help\t\t\tshow this help\n";
+    log::warning() << "\t    --help\t\tshow this help\n";
     log::warning() << "\t-t, --type type\t\tspecify connection type\n";
     log::warning() << "\t-v, --verbose\t\tbe verbose\n\n";
     log::warning() << "Available options for type ip and ipv6 (-t, --type):\n";