diff options
author | Christopher Faylor <me@cgf.cx> | 2003-03-27 18:46:16 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2003-03-27 18:46:16 +0000 |
commit | 921587de503cb7b6eb86dac76d09ce994d0bb29d (patch) | |
tree | a6193294b91678fe240f6b2350eed6eb12333917 /winsup/utils/utils.sgml | |
parent | 82935b4237899025218326bb3161d8eba32c550c (diff) | |
download | cygnal-921587de503cb7b6eb86dac76d09ce994d0bb29d.tar.gz cygnal-921587de503cb7b6eb86dac76d09ce994d0bb29d.tar.bz2 cygnal-921587de503cb7b6eb86dac76d09ce994d0bb29d.zip |
note mount binary default.
Diffstat (limited to 'winsup/utils/utils.sgml')
-rw-r--r-- | winsup/utils/utils.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/utils/utils.sgml b/winsup/utils/utils.sgml index 8c4ae599f..36b0f4471 100644 --- a/winsup/utils/utils.sgml +++ b/winsup/utils/utils.sgml @@ -519,7 +519,7 @@ greatly reducing the amount of time it takes in a large domain.</para> <screen> Usage: mount [OPTION] [<win32path> <posixpath>] - -b, --binary text files are equivalent to binary files + -b, --binary (default) text files are equivalent to binary files (newline = \n) -c, --change-cygdrive-prefix change the cygdrive path prefix to <posixpath> -f, --force force mount, don't warn about missing mount @@ -529,7 +529,7 @@ Usage: mount [OPTION] [<win32path> <posixpath>] system mount points and cygdrive prefixes -p, --show-cygdrive-prefix show user and/or system cygdrive path prefix -s, --system (default) add system-wide mount point - -t, --text (default) text files get \r\n line endings + -t, --text text files get \r\n line endings -u, --user add user-only mount point -v, --version output version information and exit -x, --executable treat all files under mount point as executables |