sshfs-mapper: Updated man page (current command line options, configuration files description).
git-svn-id: https://websvn.glenux.net/svn/Upoc/sshfs-mapper/trunk@1444 eaee96b3-f302-0410-b096-c6cfd47f7835
This commit is contained in:
parent
8211f8a513
commit
5ba60f4793
1 changed files with 19 additions and 7 deletions
|
@ -43,16 +43,25 @@ command.
|
||||||
.SH OPTIONS
|
.SH OPTIONS
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.B \-h
|
.B \-h\fP, \fB--help
|
||||||
Show summary of options.
|
Show summary of options.
|
||||||
.TP
|
.TP
|
||||||
.B \-i
|
.B \-i\fP, \fB--init
|
||||||
Initialize sshfs-mapper configuration.
|
Initialize sshfs-mapper configuration.
|
||||||
.TP
|
.TP
|
||||||
.B \-u
|
.B \-l\fP, \fB--list
|
||||||
Umount
|
List available maps.
|
||||||
.TP
|
.TP
|
||||||
.B \-v
|
.B \-a\fP, \fB--all
|
||||||
|
Select all maps.
|
||||||
|
.TP
|
||||||
|
.B \-s\fP, \fB--select \fImap\fP
|
||||||
|
Only use specified map.
|
||||||
|
.TP
|
||||||
|
.B \-u\fP, \fB--umount
|
||||||
|
Umount maps (mount if the flag is not specified).
|
||||||
|
.TP
|
||||||
|
.B \-v\fP, \fB--verbose
|
||||||
Show version of program.
|
Show version of program.
|
||||||
|
|
||||||
|
|
||||||
|
@ -60,10 +69,13 @@ Show version of program.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
$XDG_CONFIG_HOME/sshfs-mapper/config
|
$XDG_CONFIG_HOME/sshfs-mapper/config
|
||||||
blabla FIXME
|
|
||||||
|
Global settings file.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
$XDG_CONFIG_HOME/sshfs-mapper/*.map
|
$XDG_CONFIG_HOME/sshfs-mapper/*.map
|
||||||
bliblibli FIXME
|
|
||||||
|
Per-host configuration and mappings.
|
||||||
|
|
||||||
|
|
||||||
.SH CONFIGURATION
|
.SH CONFIGURATION
|
||||||
|
|
Loading…
Reference in a new issue