aboutsummaryrefslogtreecommitdiff
path: root/usage.h
diff options
context:
space:
mode:
Diffstat (limited to 'usage.h')
-rw-r--r--usage.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usage.h b/usage.h
index 9b83297e4..dd100332c 100644
--- a/usage.h
+++ b/usage.h
@@ -1087,7 +1087,7 @@
1087 #define USAGE_MTAB(a) 1087 #define USAGE_MTAB(a)
1088#endif 1088#endif
1089#define mount_trivial_usage \ 1089#define mount_trivial_usage \
1090 "[flags] device directory [-o options,more-options]" 1090 "[flags] device node [-o options,more-options]"
1091#define mount_full_usage \ 1091#define mount_full_usage \
1092 "Mount a filesystem\n\n" \ 1092 "Mount a filesystem\n\n" \
1093 "Flags:\n" \ 1093 "Flags:\n" \
@@ -1112,6 +1112,7 @@
1112 "\tsuid/nosuid:\tAllow set-user-id-root programs / disallow them.\n" \ 1112 "\tsuid/nosuid:\tAllow set-user-id-root programs / disallow them.\n" \
1113 "\tremount:\tRe-mount a mounted filesystem, changing its flags.\n" \ 1113 "\tremount:\tRe-mount a mounted filesystem, changing its flags.\n" \
1114 "\tro/rw:\t\tMount for read-only / read-write.\n" \ 1114 "\tro/rw:\t\tMount for read-only / read-write.\n" \
1115 "\tbind:\t\tUse the linux 2.4.x \"bind\" feature.\n" \
1115 "\nThere are EVEN MORE flags that are specific to each filesystem.\n" \ 1116 "\nThere are EVEN MORE flags that are specific to each filesystem.\n" \
1116 "You'll have to see the written documentation for those." 1117 "You'll have to see the written documentation for those."
1117#define mount_example_usage \ 1118#define mount_example_usage \