summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2015-04-28 14:08:23 +0200
committerMarc Kleine-Budde <mkl@pengutronix.de>2015-04-28 15:13:37 +0200
commit43b9619e4ce3e2827f6683eafe6cfee6a9235702 (patch)
tree5333afad84f246de74435129aea0ec63929ddc36
parentccc3b3b72a2e5bc341737f9aea1d34974233d070 (diff)
downloaddt-utils-43b9619e4ce3e2827f6683eafe6cfee6a9235702.tar.gz
dt-utils-43b9619e4ce3e2827f6683eafe6cfee6a9235702.tar.xz
barebox-state: add short opt "-i" to help text
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
-rw-r--r--src/barebox-state.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/barebox-state.c b/src/barebox-state.c
index 94408b4..53e11c4 100644
--- a/src/barebox-state.c
+++ b/src/barebox-state.c
@@ -1497,7 +1497,7 @@ static void usage(char *name)
"-n, --name <name> specify the state to use (default=\"state\")\n"
"-d, --dump dump the state\n"
"--dump-shell dump the state suitable for shell sourcing\n"
-"--init initialize the state (do not load from storage)\n"
+"-i, --init initialize the state (do not load from storage)\n"
"-v, --verbose increase verbosity\n"
"--help this help\n",
name);