version bump

and some cleaning stuff
This commit is contained in:
Mirek Kratochvil 2013-05-03 14:38:21 +02:00
parent 63d51911f9
commit c18f9399a6
2 changed files with 6 additions and 9 deletions

View file

@ -57,10 +57,6 @@ margin. Let's play with random data!
For completeness I add listing of all options here (also available from For completeness I add listing of all options here (also available from
@ccr --help@) @ccr --help@)
Copyright (C) 2013 Mirek Kratochvil <exa.exa@gmail.com>
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Usage: ./ccr [options] Usage: ./ccr [options]
Common options: Common options:
@ -88,11 +84,11 @@ For completeness I add listing of all options here (also available from
Key management: Key management:
-g, --gen-key generate specified keypair, `help' lists algorithms -g, --gen-key generate specified keypair, `help' lists algorithms
-k, --list list matching keys -k, --list list keys
-K, --list-secret -K, --list-secret
-i, --import import keys (optionally rename them) -i, --import import keys
-I, --import-secret -I, --import-secret
-p, --export export matching keys -p, --export export keys
-P, --export-secret -P, --export-secret
-x, --delete delete matching keys -x, --delete delete matching keys
-X, --delete-secret -X, --delete-secret
@ -103,7 +99,8 @@ For completeness I add listing of all options here (also available from
-n, --no-action on import, only show what would be imported -n, --no-action on import, only show what would be imported
-N, --name specify a new name for renaming or importing -N, --name specify a new name for renaming or importing
-F, --filter only work with keys with matching names -F, --filter only work with keys with matching names
-f, --fingerprint format key IDs nicely for human eyes -f, --fingerprint format full key IDs nicely for human eyes
## Disclaimer ## Disclaimer

View file

@ -1,6 +1,6 @@
AC_PREREQ(2.6) AC_PREREQ(2.6)
AC_INIT([codecrypt], [0.9]) AC_INIT([codecrypt], [1.0])
AC_CONFIG_AUX_DIR(.) # because of libtoolize AC_CONFIG_AUX_DIR(.) # because of libtoolize
AM_INIT_AUTOMAKE() AM_INIT_AUTOMAKE()