mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] commands: automount: Added help string about "-d" option
@ 2013-02-17 17:59 Alexander Shiyan
  2013-02-18  8:19 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Alexander Shiyan @ 2013-02-17 17:59 UTC (permalink / raw)
  To: barebox


Signed-off-by: Alexander Shiyan <shc_work@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


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-02-18  8:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-17 17:59 [PATCH] commands: automount: Added help string about "-d" option Alexander Shiyan
2013-02-18  8:19 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox