diff options
Diffstat (limited to 'mount.c')
-rw-r--r-- | mount.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -83,8 +83,6 @@ static const char mount_usage[] = "\tmount [flags]\n" | |||
83 | "\tsuid / nosuid:\tAllow set-user-id-root programs / disallow them.\n" | 83 | "\tsuid / nosuid:\tAllow set-user-id-root programs / disallow them.\n" |
84 | "\tremount: Re-mount a currently-mounted filesystem, changing its flags.\n" | 84 | "\tremount: Re-mount a currently-mounted filesystem, changing its flags.\n" |
85 | "\tro / rw: Mount for read-only / read-write.\n" | 85 | "\tro / rw: Mount for read-only / read-write.\n" |
86 | "\t" | ||
87 | |||
88 | "There are EVEN MORE flags that are specific to each filesystem.\n" | 86 | "There are EVEN MORE flags that are specific to each filesystem.\n" |
89 | "You'll have to see the written documentation for those.\n"; | 87 | "You'll have to see the written documentation for those.\n"; |
90 | 88 | ||