commit 09d63eac2513ea2472b6e5ce41f28f5b943ff4dd parent 4f3204e1e869ebdfaef91c36147660086a4848fc Author: Jaromil <jaromil@dyne.org> Date: Mon, 7 Feb 2011 11:46:22 +0100 new TODO item and better help text Diffstat:
M | src/tomb | | | 17 | +++++++++-------- |
1 file changed, 9 insertions(+), 8 deletions(-)
diff --git a/src/tomb b/src/tomb @@ -250,18 +250,19 @@ while true; do act "" notice "Syntax: tomb [options] command [file] [mountpoint]" act "" - notice "Options:" - act "-h print this help" - act "-v print out the version information for this tool" - act "-q run quietly, without printing informations" - act "-D print out debugging information at runtime" - act "-s size of the storage file when creating one (MB)" - act "-k path to the key to use for decryption" - act "" notice "Commands:" act "create create a new encrypted storage FILE and keys" act "open open an existing tomb FILE on MOUNTPOINT" act "close closes the tomb on MOUNTPOINT" + act "" + notice "Options:" + act "-s size of the storage file when creating one (MB)" + act "-k path to the key to use for decryption" + act "" + act "-h print this help" + act "-v version information for this tool" + act "-q run quietly without printing informations" + act "-D print debugging information at runtime" echo; exit 2 ;; -v) # print out the GPL license in this file