diff options
-rw-r--r-- | util-linux/mount.c | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/util-linux/mount.c b/util-linux/mount.c index 0f213bb30..bc5285052 100644 --- a/util-linux/mount.c +++ b/util-linux/mount.c | |||
@@ -241,14 +241,14 @@ static const char mount_option_str[] = | |||
241 | "union\0" | 241 | "union\0" |
242 | "bind\0" | 242 | "bind\0" |
243 | "move\0" | 243 | "move\0" |
244 | "shared\0" | 244 | "make-shared\0" |
245 | "slave\0" | 245 | "make-slave\0" |
246 | "private\0" | 246 | "make-private\0" |
247 | "unbindable\0" | 247 | "make-unbindable\0" |
248 | "rshared\0" | 248 | "make-rshared\0" |
249 | "rslave\0" | 249 | "make-rslave\0" |
250 | "rprivate\0" | 250 | "make-rprivate\0" |
251 | "runbindable\0" | 251 | "make-runbindable\0" |
252 | ) | 252 | ) |
253 | 253 | ||
254 | // Always understood. | 254 | // Always understood. |