[PATCH] commands: automount: Added help string about "-d" option

Alexander Shiyan shc_work at mail.ru
Sun Feb 17 12:59:37 EST 2013


Signed-off-by: Alexander Shiyan <shc_work at mail.ru>
---
 commands/automount.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/commands/automount.c b/commands/automount.c
index 4713932..511d18b 100644
--- a/commands/automount.c
+++ b/commands/automount.c
@@ -60,6 +60,7 @@ BAREBOX_CMD_HELP_START(automount)
 BAREBOX_CMD_HELP_USAGE("automount [OPTIONS] <PATH> <cmd>\n")
 BAREBOX_CMD_HELP_SHORT("execute <cmd> when <PATH> 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 <PATH>", "remove an automountpoint\n")
 BAREBOX_CMD_HELP_END
 
-- 
1.7.12.4




More information about the barebox mailing list