summaryrefslogtreecommitdiffstats
path: root/commands/automount.c
diff options
context:
space:
mode:
authorCarlo Caione <carlo.caione@gmail.com>2012-10-13 14:11:16 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2012-10-13 20:20:17 +0200
commit7423f13ff7f0222e5e35971fde0562d588aed3f4 (patch)
tree844af876e7e84fcf5a8af9539e509e1646a0a18c /commands/automount.c
parent461e7d7aefb128a63b84687ba7e361473ada91c6 (diff)
downloadbarebox-7423f13ff7f0222e5e35971fde0562d588aed3f4.tar.gz
barebox-7423f13ff7f0222e5e35971fde0562d588aed3f4.tar.xz
cosmetic: extra new line in automount usage command
Signed-off-by: Carlo Caione <carlo.caione@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'commands/automount.c')
-rw-r--r--commands/automount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/automount.c b/commands/automount.c
index 4f7aa0e01e..4713932610 100644
--- a/commands/automount.c
+++ b/commands/automount.c
@@ -65,7 +65,7 @@ BAREBOX_CMD_HELP_END
BAREBOX_CMD_START(automount)
.cmd = do_automount,
- .usage = "automount [OPTIONS] <PATH> <cmd>\n",
+ .usage = "automount [OPTIONS] <PATH> <cmd>",
BAREBOX_CMD_HELP(cmd_automount_help)
BAREBOX_CMD_END