summaryrefslogtreecommitdiffstats
path: root/commands
diff options
context:
space:
mode:
authorEnrico Jorns <ejo@pengutronix.de>2017-11-01 08:27:10 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2017-11-03 08:51:22 +0100
commit1467855ffcfb9c826bb761a87ff4578aedcf0fc4 (patch)
tree453b6282bd828e005df237bc432e3ee4fe664ec5 /commands
parent8fc9636c3c31b5b8ed3c736916f201819233471e (diff)
downloadbarebox-1467855ffcfb9c826bb761a87ff4578aedcf0fc4.tar.gz
barebox-1467855ffcfb9c826bb761a87ff4578aedcf0fc4.tar.xz
command: nv: rewrap help text lines
Just let the help text appear a bit more aligned. Signed-off-by: Enrico Jorns <ejo@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'commands')
-rw-r--r--commands/nv.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/commands/nv.c b/commands/nv.c
index 4ea6d1774e..51b855ee4b 100644
--- a/commands/nv.c
+++ b/commands/nv.c
@@ -89,9 +89,9 @@ static int do_nv(int argc, char *argv[])
BAREBOX_CMD_HELP_START(nv)
BAREBOX_CMD_HELP_TEXT("Add a new non volatile (NV) variable named VAR, optionally set to VALUE.")
-BAREBOX_CMD_HELP_TEXT("NV variables are persistent variables that overwrite the")
-BAREBOX_CMD_HELP_TEXT("global variables of the same name. Their value is saved implicitly with")
-BAREBOX_CMD_HELP_TEXT("'saveenv' or explicitly with 'nv -s'")
+BAREBOX_CMD_HELP_TEXT("NV variables are persistent variables that overwrite the global variables")
+BAREBOX_CMD_HELP_TEXT("of the same name.")
+BAREBOX_CMD_HELP_TEXT("Their value is saved implicitly with 'saveenv' or explicitly with 'nv -s'")
BAREBOX_CMD_HELP_TEXT("")
BAREBOX_CMD_HELP_TEXT("Options:")
BAREBOX_CMD_HELP_OPT("-r VAR1 ...", "remove NV variable(s)")