diff options
author | Christopher Faylor <me@cgf.cx> | 2003-07-04 03:11:18 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2003-07-04 03:11:18 +0000 |
commit | 08604f02bcbcd954c601cd46f68d45321f3ee164 (patch) | |
tree | 67558e2f82df58526250d3caecc223f50daf5ebb /winsup/utils/utils.sgml | |
parent | d108f312f9d0485a5decc719a2fade8d0ed03dca (diff) | |
download | cygnal-08604f02bcbcd954c601cd46f68d45321f3ee164.tar.gz cygnal-08604f02bcbcd954c601cd46f68d45321f3ee164.tar.bz2 cygnal-08604f02bcbcd954c601cd46f68d45321f3ee164.zip |
* mount.cc (longopts): Add long "options" keyword.
(opts): Add -o option.
(usage): Display -o option.
(struct opt): New.
(concat3): New function.
(main): Handle -o flag.
Diffstat (limited to 'winsup/utils/utils.sgml')
-rw-r--r-- | winsup/utils/utils.sgml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/utils/utils.sgml b/winsup/utils/utils.sgml index 8f7c40bc1..8aa0fd63f 100644 --- a/winsup/utils/utils.sgml +++ b/winsup/utils/utils.sgml @@ -534,6 +534,7 @@ Display information about mounted filesystems, or mount a filesystem -h, --help output usage information and exit -m, --mount-commands write mount commands to replace 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 -s, --system (default) add system-wide mount point -t, --text text files get \r\n line endings |