diff options
author | Sachidananda <sac@gluster.com> | 2011-06-16 07:56:33 +0000 |
---|---|---|
committer | Anand Avati <avati@gluster.com> | 2011-06-16 09:15:22 -0700 |
commit | dad63fa8ac00397e337f328b0bb7b641e2680932 (patch) | |
tree | 7d09c3dfc765d6719b1607cb2470beb3b48f93ee /doc/glusterfs.8 | |
parent | 1d4378e0e78309682c13d0fc0c97c3c3bb6674b7 (diff) |
Update man pages to include newer options.
Signed-off-by: Sachidananda Urs <sac@gluster.com>
Signed-off-by: Anand Avati <avati@gluster.com>
BUG: 2444 (keep man pages upto date with new codebase.)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2444
Diffstat (limited to 'doc/glusterfs.8')
-rw-r--r-- | doc/glusterfs.8 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/glusterfs.8 b/doc/glusterfs.8 index 7e4b2b49d35..6033b0af55a 100644 --- a/doc/glusterfs.8 +++ b/doc/glusterfs.8 @@ -102,7 +102,7 @@ Enable/Disable the direct-I/O mode in fuse module (the default is enable). \fB\-?, \fB\-\-help\fR Display this help. .TP -\fB\-\-usage\fReew +\fB\-\-usage\fR Display a short usage message. .TP \fB\-V, \fB\-\-version\fR @@ -111,6 +111,11 @@ Print the program version. .PP .SH FILES /etc/glusterfs/*.vol, /etc/glusterd/vols/*/*.vol +.SH EXAMPLES +mount a volume named foo on server bar with log level DEBUG on mount point +/mnt/foo + +# glusterfs --log-level=DEBUG --volfile-id=foo --volfile-server=bar /mnt/foo .SH SEE ALSO .nf |