9
0
Fork 0

automount: fix description typo

Signed-off-by: Jan Luebbe <jlu@pengutronix.de>
This commit is contained in:
Jan Luebbe 2014-06-19 23:40:57 +02:00 committed by Sascha Hauer
parent e195321a03
commit 5bda5b7764
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ BAREBOX_CMD_HELP_END
BAREBOX_CMD_START(automount)
.cmd = do_automount,
BAREBOX_CMD_DESC("execute (mount) COMMAND when PATH ist first accessed")
BAREBOX_CMD_DESC("execute (mount) COMMAND when PATH is first accessed")
BAREBOX_CMD_OPTS("[-ldr] PATH [COMMAND]")
BAREBOX_CMD_GROUP(CMD_GRP_PART)
BAREBOX_CMD_HELP(cmd_automount_help)