Browse Source

README: Add command line parameters.

Georgi Chorbadzhiyski 12 years ago
parent
commit
b2f1cfcb72
1 changed files with 15 additions and 2 deletions
  1. 15
    2
      README

+ 15
- 2
README View File

@@ -12,8 +12,21 @@ fjfs depends on libfuse.
12 12
 
13 13
 Documentation
14 14
 =============
15
-fjfs is controlled using command line parameters. Run fjfs to
16
-see all of the parameters and explanation what every one of them does.
15
+fjfs is controlled using command line parameters.
16
+
17
+Usage: fjfs [file-list-options] [options] mount-point-file file-list
18
+
19
+Note: file-list depends on the options described bellow.
20
+
21
+File list options:
22
+ -f --file | file-list is text file containing list of files (default).
23
+ -g --glob | file-list is glob (*, ?, dir/file*).
24
+ -a --args | file-list is N filenames (file1 file2 fileX).
25
+
26
+Other options:
27
+ -o --allow-other | Mount FUSE with allow_other option. This allows other users
28
+                  . to access the mounted fjfs instance. /etc/fuse.conf must
29
+                  . contain "user_allow_other" in order for this option to work.
17 30
 
18 31
 Development
19 32
 ===========

Loading…
Cancel
Save