summaryrefslogtreecommitdiffstats
path: root/exfat/exfat-fuse/mount.exfat-fuse.8
diff options
context:
space:
mode:
authorbigbiff bigbiff <bigbiff@teamw.in>2013-07-03 20:52:12 +0200
committerbigbiff bigbiff <bigbiff@teamw.in>2013-07-03 20:52:12 +0200
commit004e2df74a3a92d431e573c60626b5dce36cca98 (patch)
treeaf8203944e665972cd3c09ec2d5f7c4ca8cdf4f2 /exfat/exfat-fuse/mount.exfat-fuse.8
parentRewrite TWFunc::Exec_Cmd() to use pipe() instead of popen() (diff)
downloadandroid_bootable_recovery-004e2df74a3a92d431e573c60626b5dce36cca98.tar
android_bootable_recovery-004e2df74a3a92d431e573c60626b5dce36cca98.tar.gz
android_bootable_recovery-004e2df74a3a92d431e573c60626b5dce36cca98.tar.bz2
android_bootable_recovery-004e2df74a3a92d431e573c60626b5dce36cca98.tar.lz
android_bootable_recovery-004e2df74a3a92d431e573c60626b5dce36cca98.tar.xz
android_bootable_recovery-004e2df74a3a92d431e573c60626b5dce36cca98.tar.zst
android_bootable_recovery-004e2df74a3a92d431e573c60626b5dce36cca98.zip
Diffstat (limited to 'exfat/exfat-fuse/mount.exfat-fuse.8')
-rw-r--r--exfat/exfat-fuse/mount.exfat-fuse.816
1 files changed, 14 insertions, 2 deletions
diff --git a/exfat/exfat-fuse/mount.exfat-fuse.8 b/exfat/exfat-fuse/mount.exfat-fuse.8
index 83d2e6301..b7e9d5682 100644
--- a/exfat/exfat-fuse/mount.exfat-fuse.8
+++ b/exfat/exfat-fuse/mount.exfat-fuse.8
@@ -9,10 +9,16 @@ mount.exfat-fuse \- mount an exFAT file system
.B \-d
]
[
+.B \-n
+]
+[
.B \-o
.I options
]
[
+.B \-V
+]
+[
.B \-v
]
.I device dir
@@ -21,7 +27,7 @@ mount.exfat-fuse \- mount an exFAT file system
.B mount.exfat-fuse
is a free exFAT file system implementation with write support. exFAT is a
simple file system created by Microsoft. It is intended to replace FAT32
-removing some of it's limitations. exFAT is a standard FS for SDXC memory
+removing some of its limitations. exFAT is a standard FS for SDXC memory
cards.
.SH COMMAND LINE OPTIONS
@@ -30,13 +36,19 @@ Command line options available:
.BI \-d
Enable debug logging and do not detach from shell.
.TP
+.BI \-n
+Ignored.
+.TP
.BI \-o " options"
File system specific options. For more details see
.B FILE SYSTEM OPTIONS
section below.
.TP
-.BI \-v
+.BI \-V
Print version and copyright.
+.TP
+.BI \-v
+Ignored.
.SH FILE SYSTEM OPTIONS
.TP