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_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