From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from metis.ext.pengutronix.de ([2001:6f8:1178:4:290:27ff:fe1d:cc33]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1YRp7w-0003pY-EV for barebox@lists.infradead.org; Sat, 28 Feb 2015 21:40:52 +0000 From: Marc Kleine-Budde Date: Sat, 28 Feb 2015 22:40:11 +0100 Message-Id: <1425159621-22805-7-git-send-email-mkl@pengutronix.de> In-Reply-To: <1425159621-22805-1-git-send-email-mkl@pengutronix.de> References: <1425159621-22805-1-git-send-email-mkl@pengutronix.de> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "barebox" Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: [PATCH 06/16] sandbox: fix indention in help text To: barebox@lists.infradead.org Signed-off-by: Marc Kleine-Budde --- arch/sandbox/os/common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/sandbox/os/common.c b/arch/sandbox/os/common.c index 0854fb5d802d..65dc4a1ab75c 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= Start sandbox with a specified malloc-space size in bytes.\n" +" -m, --malloc= Start sandbox with a specified malloc-space size in bytes.\n" " -i, --image= 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" -- 2.1.4 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox