summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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