* mount.cc (usage): Clarify action of -m option.
This commit is contained in:
parent
f0b14f146e
commit
0d235234c5
@ -1,3 +1,7 @@
|
||||
2005-05-01 Christopher Faylor <cgf@timesys.com>
|
||||
|
||||
* mount.cc (usage): Clarify action of -m option.
|
||||
|
||||
2005-04-29 Dave Korn <dave.korn@artimi.com>
|
||||
|
||||
* path.cc (getmntent): Add previously-omitted 'noexec' and 'managed'
|
||||
|
@ -163,7 +163,7 @@ Display information about mounted filesystems, or mount a filesystem\n\
|
||||
-f, --force force mount, don't warn about missing mount\n\
|
||||
point directories\n\
|
||||
-h, --help output usage information and exit\n\
|
||||
-m, --mount-commands write mount commands to replace user and\n\
|
||||
-m, --mount-commands write mount commands to replicate user and\n\
|
||||
system mount points and cygdrive prefixes\n\
|
||||
-o, --options X[,X...] specify mount options\n\
|
||||
-p, --show-cygdrive-prefix show user and/or system cygdrive path prefix\n\
|
||||
|
@ -574,7 +574,7 @@ Display information about mounted filesystems, or mount a filesystem
|
||||
-f, --force force mount, don't warn about missing mount
|
||||
point directories
|
||||
-h, --help output usage information and exit
|
||||
-m, --mount-commands write mount commands to replace user and
|
||||
-m, --mount-commands write mount commands to replicate user and
|
||||
system mount points and cygdrive prefixes
|
||||
-o, --options X[,X...] specify mount options
|
||||
-p, --show-cygdrive-prefix show user and/or system cygdrive path prefix
|
||||
|
Loading…
Reference in New Issue
Block a user