sshfs-mapper: Miscellanous help fixes.

* Added help for the -a option
 * Fixed bad column alignment.
 * Added precisions for the -u option.


git-svn-id: https://websvn.glenux.net/svn/Upoc/sshfs-mapper/trunk@1428 eaee96b3-f302-0410-b096-c6cfd47f7835
This commit is contained in:
Glenn Y. Rolland 2009-09-15 10:03:27 +00:00
parent b5f513009a
commit bbcb584348

View file

@ -57,11 +57,12 @@ do_umount() {
do_usage() {
cat >&2 <<EOF
Usage: `basename $0` [options]
-h Show this help and exit.
-i Initialize user configuration.
-h Show this help and exit.
-i Initialize user configuration.
-l List available maps.
-a Use all maps.
-s Only use specified map.
-u Umount user maps.
-u Umount user maps (mount if not specified).
EOF
exit 1
}