new TODO item and better help text

This commit is contained in:
Jaromil 2011-02-07 11:46:22 +01:00
parent 4f3204e1e8
commit 09d63eac25

View File

@ -250,18 +250,19 @@ while true; do
act "" act ""
notice "Syntax: tomb [options] command [file] [mountpoint]" notice "Syntax: tomb [options] command [file] [mountpoint]"
act "" 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:" notice "Commands:"
act "create create a new encrypted storage FILE and keys" act "create create a new encrypted storage FILE and keys"
act "open open an existing tomb FILE on MOUNTPOINT" act "open open an existing tomb FILE on MOUNTPOINT"
act "close closes the tomb 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 ;; echo; exit 2 ;;
-v) -v)
# print out the GPL license in this file # print out the GPL license in this file