diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/usage.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h index 59e57f3a0..04ef1822e 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -2449,8 +2449,10 @@ USE_FEATURE_BRCTL_FANCY("\n" \ | |||
2449 | "Mount a filesystem. Filesystem autodetection requires /proc be mounted." \ | 2449 | "Mount a filesystem. Filesystem autodetection requires /proc be mounted." \ |
2450 | "\n\nOptions:\n" \ | 2450 | "\n\nOptions:\n" \ |
2451 | " -a Mount all filesystems in fstab\n" \ | 2451 | " -a Mount all filesystems in fstab\n" \ |
2452 | USE_FEATURE_MOUNT_FAKE( \ | ||
2453 | " -f "USE_FEATURE_MTAB_SUPPORT("Update /etc/mtab, but ")"don't mount\n" \ | ||
2454 | ) \ | ||
2452 | USE_FEATURE_MTAB_SUPPORT( \ | 2455 | USE_FEATURE_MTAB_SUPPORT( \ |
2453 | " -f Update /etc/mtab, but don't mount\n" \ | ||
2454 | " -n Don't update /etc/mtab\n" \ | 2456 | " -n Don't update /etc/mtab\n" \ |
2455 | ) \ | 2457 | ) \ |
2456 | " -r Read-only mount\n" \ | 2458 | " -r Read-only mount\n" \ |