From 4975b3663e0e7f3538833a101ac0e350e09dc5df Mon Sep 17 00:00:00 2001 From: Jan Vcelak <jan.vcelak@nic.cz> Date: Thu, 23 Oct 2014 15:43:40 +0200 Subject: [PATCH] knotc: fix help message formatting --- src/knot/ctl/knotc_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/knot/ctl/knotc_main.c b/src/knot/ctl/knotc_main.c index 122a31e0f..39cffa758 100644 --- a/src/knot/ctl/knotc_main.c +++ b/src/knot/ctl/knotc_main.c @@ -80,7 +80,7 @@ knot_cmd_t knot_cmd_tbl[] = { {&cmd_stop, 0, "stop", "", "\t\tStop server."}, {&cmd_reload, 0, "reload", "<zone>", "\tReload configuration and changed zones."}, {&cmd_refresh, 0, "refresh", "<zone>", "\tRefresh slave zone (all if not specified). Flag '-f' forces retransfer."}, - {&cmd_flush, 0, "flush", "<zone>", "\t\tFlush journal and update zone file (all if not specified)."}, + {&cmd_flush, 0, "flush", "<zone>", "\tFlush journal and update zone file (all if not specified)."}, {&cmd_status, 0, "status", "", "\tCheck if server is running."}, {&cmd_zonestatus, 0, "zonestatus", "", "\tShow status of configured zones."}, {&cmd_checkconf, 1, "checkconf", "", "\tCheck current server configuration."}, -- GitLab