summaryrefslogtreecommitdiffstats
path: root/arch/sandbox/os
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2015-03-01 13:32:13 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2015-03-03 08:25:59 +0100
commit1b756f522686d3f469f1ff3363ce158d3d45f204 (patch)
tree9173376ef2e70deef7580ee31e6179189b928e39 /arch/sandbox/os
parentf3ca81f0e08075c2d77b47ff432dc2243e0d4297 (diff)
downloadbarebox-1b756f522686d3f469f1ff3363ce158d3d45f204.tar.gz
barebox-1b756f522686d3f469f1ff3363ce158d3d45f204.tar.xz
sandbox: fix indention in help text
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/sandbox/os')
-rw-r--r--arch/sandbox/os/common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sandbox/os/common.c b/arch/sandbox/os/common.c
index 0854fb5d80..65dc4a1ab7 100644
--- a/arch/sandbox/os/common.c
+++ b/arch/sandbox/os/common.c
@@ -399,7 +399,7 @@ static void print_usage(const char *prgname)
"Usage: %s [OPTIONS]\n"
"Start barebox.\n\n"
"Options:\n\n"
-" -m, --malloc=<size> Start sandbox with a specified malloc-space size in bytes.\n"
+" -m, --malloc=<size> Start sandbox with a specified malloc-space size in bytes.\n"
" -i, --image=<file> Map an image file to barebox. This option can be given\n"
" multiple times. The files will show up as\n"
" /dev/fd0 ... /dev/fdx under barebox.\n"