summaryrefslogtreecommitdiffstats
path: root/arch/sandbox/os
diff options
context:
space:
mode:
authorAlexander Aring <alex.aring@googlemail.com>2012-10-12 19:38:13 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2012-10-13 14:29:18 +0200
commit9322d469a5d1110a1175cf3f084d2df93616cdad (patch)
treef146303026521a5a23d4fe4ee53290a5559fb0d5 /arch/sandbox/os
parentade31926f4a746da896469471766ebb2171cb469 (diff)
downloadbarebox-9322d469a5d1110a1175cf3f084d2df93616cdad.tar.gz
barebox-9322d469a5d1110a1175cf3f084d2df93616cdad.tar.xz
sandbox: fix malloc argument string
Fix malloc argument string. Signed-off-by: Alexander Aring <alex.aring@gmail.com> 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 8c7679a0dd..db347e2769 100644
--- a/arch/sandbox/os/common.c
+++ b/arch/sandbox/os/common.c
@@ -403,7 +403,7 @@ static void print_usage(const char *prgname)
"Usage: %s [OPTIONS]\n"
"Start barebox.\n\n"
"Options:\n\n"
-" -m, "
+" -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"