doc: update README according to code
This commit is contained in:
parent
9ef261779c
commit
6feedc2c70
1 changed files with 39 additions and 3 deletions
42
README.md
42
README.md
|
@ -66,6 +66,8 @@ version](https://code.apps.glenux.net/glenux/mfm/releases) of MFM.
|
||||||
|
|
||||||
### Command Line Options
|
### Command Line Options
|
||||||
|
|
||||||
|
Global
|
||||||
|
|
||||||
```
|
```
|
||||||
Usage: mfm [options]
|
Usage: mfm [options]
|
||||||
|
|
||||||
|
@ -77,9 +79,43 @@ Global options
|
||||||
-h, --help Show this help
|
-h, --help Show this help
|
||||||
|
|
||||||
Commands (not implemented yet):
|
Commands (not implemented yet):
|
||||||
create Add a new filesystem
|
config Manage configuration file
|
||||||
delete Remove an existing filesystem
|
mapping Manage filesystems
|
||||||
edit Modify the configuration
|
```
|
||||||
|
|
||||||
|
Config management
|
||||||
|
|
||||||
|
```
|
||||||
|
Usage: mfm filesystem [options]
|
||||||
|
|
||||||
|
Global options
|
||||||
|
-c, --config FILE Set configuration file
|
||||||
|
-v, --verbose Set more verbosity
|
||||||
|
-o, --open Automatically open directory after mount
|
||||||
|
--version Show version
|
||||||
|
-h, --help Show this help
|
||||||
|
|
||||||
|
Commands (not implemented yet):
|
||||||
|
init Create init file
|
||||||
|
```
|
||||||
|
|
||||||
|
Filesystem management
|
||||||
|
|
||||||
|
```
|
||||||
|
Usage: mfm mapping [options]
|
||||||
|
|
||||||
|
Global options
|
||||||
|
-c, --config FILE Set configuration file
|
||||||
|
-v, --verbose Set more verbosity
|
||||||
|
-o, --open Automatically open directory after mount
|
||||||
|
--version Show version
|
||||||
|
-h, --help Show this help
|
||||||
|
|
||||||
|
Commands (not implemented yet):
|
||||||
|
list List fuse mappings
|
||||||
|
create Create new fuse mapping
|
||||||
|
edit Edit fuse mapping
|
||||||
|
delete Create new fuse mapping
|
||||||
```
|
```
|
||||||
|
|
||||||
### Demo
|
### Demo
|
||||||
|
|
Loading…
Reference in a new issue