systemd-mount: add missing fsck argument (#5238)

This commit is contained in:
Lukas Rusak 2017-02-06 05:25:15 -08:00 committed by Lennart Poettering
parent 9194199c98
commit 0f92383243
1 changed files with 1 additions and 0 deletions

View File

@ -139,6 +139,7 @@ static int parse_argv(int argc, char *argv[]) {
{ "discover", no_argument, NULL, ARG_DISCOVER },
{ "type", required_argument, NULL, 't' },
{ "options", required_argument, NULL, 'o' },
{ "fsck", required_argument, NULL, ARG_FSCK },
{ "description", required_argument, NULL, ARG_DESCRIPTION },
{ "property", required_argument, NULL, 'p' },
{ "automount", required_argument, NULL, ARG_AUTOMOUNT },