From 5ba60f47939ac3c9b59fbc3d81e108045357d888 Mon Sep 17 00:00:00 2001 From: "Glenn Y. Rolland" Date: Thu, 24 Sep 2009 22:42:34 +0000 Subject: [PATCH] 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 --- sshfs-mapper.1 | 26 +++++++++++++++++++------- 1 file changed, 19 insertions(+), 7 deletions(-) diff --git a/sshfs-mapper.1 b/sshfs-mapper.1 index 5fd079a..aeb2106 100644 --- a/sshfs-mapper.1 +++ b/sshfs-mapper.1 @@ -43,16 +43,25 @@ command. .SH OPTIONS .TP -.B \-h +.B \-h\fP, \fB--help Show summary of options. .TP -.B \-i +.B \-i\fP, \fB--init Initialize sshfs-mapper configuration. .TP -.B \-u -Umount +.B \-l\fP, \fB--list +List available maps. .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. @@ -60,10 +69,13 @@ Show version of program. .TP $XDG_CONFIG_HOME/sshfs-mapper/config -blabla FIXME + +Global settings file. + .TP $XDG_CONFIG_HOME/sshfs-mapper/*.map -bliblibli FIXME + +Per-host configuration and mappings. .SH CONFIGURATION