From aa377106d1edd3b6edb633335af909dfc6b65637 Mon Sep 17 00:00:00 2001 From: Alexander Shiyan Date: Sun, 17 Feb 2013 21:59:37 +0400 Subject: [PATCH] commands: automount: Added help string about "-d" option Signed-off-by: Alexander Shiyan Signed-off-by: Sascha Hauer --- commands/automount.c | 1 + 1 file changed, 1 insertion(+) diff --git a/commands/automount.c b/commands/automount.c index 471393261..511d18b69 100644 --- a/commands/automount.c +++ b/commands/automount.c @@ -60,6 +60,7 @@ BAREBOX_CMD_HELP_START(automount) BAREBOX_CMD_HELP_USAGE("automount [OPTIONS] \n") BAREBOX_CMD_HELP_SHORT("execute when is first accessed\n") BAREBOX_CMD_HELP_OPT("-l", "List currently registered automountpoints\n") +BAREBOX_CMD_HELP_OPT("-d", "Create the mount path\n") BAREBOX_CMD_HELP_OPT("-r ", "remove an automountpoint\n") BAREBOX_CMD_HELP_END