From 9856ca605885068ec46a76fdcd307fd5726ffa3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Klime=C5=A1?= Date: Wed, 15 Jul 2015 16:08:31 +0200 Subject: [PATCH] cli: fix formating of "nmcli con add help" output --- clients/cli/connections.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clients/cli/connections.c b/clients/cli/connections.c index 5f750ae016..4af75d1cd2 100644 --- a/clients/cli/connections.c +++ b/clients/cli/connections.c @@ -324,10 +324,10 @@ usage_connection_add (void) " type \n" " ifname | \"*\"\n" " [con-name ]\n" - " [autoconnect yes|no]\n\n" + " [autoconnect yes|no]\n" + " [save yes|no]\n" " [master ]\n" " [slave-type ]\n\n" - " [save yes|no]\n\n" " TYPE_SPECIFIC_OPTIONS:\n" " ethernet: [mac ]\n" " [cloned-mac ]\n"