9
0
Fork 0

sandbox: fix indention in help text

Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Marc Kleine-Budde 2015-03-01 13:32:13 +01:00 committed by Sascha Hauer
parent f3ca81f0e0
commit 1b756f5226
1 changed files with 1 additions and 1 deletions

View File

@ -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"