diff options
author | Martin Szulecki | 2020-06-04 23:30:03 +0200 |
---|---|---|
committer | Martin Szulecki | 2020-06-04 23:30:03 +0200 |
commit | c5d508bbd7b0f7fb7eb29abfa76f7e22e7defa21 (patch) | |
tree | 5b395f31d9ec256da781914ef389991b6c6a3182 /docs/ifuse.1 | |
parent | 61a00d2e239583c7042f4a51ca08260a594a14d0 (diff) | |
download | ifuse-c5d508bbd7b0f7fb7eb29abfa76f7e22e7defa21.tar.gz ifuse-c5d508bbd7b0f7fb7eb29abfa76f7e22e7defa21.tar.bz2 |
Update man page with new "--network" option
Diffstat (limited to 'docs/ifuse.1')
-rw-r--r-- | docs/ifuse.1 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/ifuse.1 b/docs/ifuse.1 index 86d9e28..fc3bb36 100644 --- a/docs/ifuse.1 +++ b/docs/ifuse.1 @@ -28,6 +28,9 @@ mount options. .B \-u, \-\-uuid UUID mount specific device by its 40-digit device UUID. .TP +.B \-n, \-\-network +connect to network device even if available via USB. +.TP .B \-h, \-\-help prints usage information. .TP |