diff options
author | Nikias Bassen | 2020-06-09 04:14:54 +0200 |
---|---|---|
committer | Nikias Bassen | 2020-06-09 04:14:54 +0200 |
commit | f0ddc025319a3f8ea9e131363aab8cf0a31f81c5 (patch) | |
tree | 6111e88e990096b5cd0218c788f55d02ecfac4b4 /docs | |
parent | e7de6559956f7fed837858a88842f820bc48f04b (diff) | |
download | ifuse-f0ddc025319a3f8ea9e131363aab8cf0a31f81c5.tar.gz ifuse-f0ddc025319a3f8ea9e131363aab8cf0a31f81c5.tar.bz2 |
Update --network command line switch analog to the other idevice tools
Diffstat (limited to 'docs')
-rw-r--r-- | docs/ifuse.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ifuse.1 b/docs/ifuse.1 index 02ca966..53026ba 100644 --- a/docs/ifuse.1 +++ b/docs/ifuse.1 @@ -22,14 +22,14 @@ Regular users are able to unmount fuse mounts using "fusermount -u MOUNTPOINT". .SH OPTIONS .TP -.B \-o opt,[opt...] +.B \-o opt,[opt...] mount options. .TP .B \-u, \-\-udid UDID mount specific device by UDID. .TP .B \-n, \-\-network -connect to network device even if available via USB. +connect to network device. .TP .B \-h, \-\-help print usage information. |