projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9194199
)
systemd-mount: add missing fsck argument (#5238)
author
Lukas Rusak
<lorusak@gmail.com>
Mon, 6 Feb 2017 13:25:15 +0000
(
05:25
-0800)
committer
Lennart Poettering
<lennart@poettering.net>
Mon, 6 Feb 2017 13:25:15 +0000
(14:25 +0100)
src/mount/mount-tool.c
patch
|
blob
|
history
diff --git
a/src/mount/mount-tool.c
b/src/mount/mount-tool.c
index a2777240299203ad42a555b4e648d4c34104f101..4b3cac8a2205533684d985d820f01cfb0a2c4bd8 100644
(file)
--- a/
src/mount/mount-tool.c
+++ b/
src/mount/mount-tool.c
@@
-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 },