diff --git a/README.md b/README.md index b44fdf4..d652b86 100644 --- a/README.md +++ b/README.md @@ -17,10 +17,10 @@ a ZIP archive. # Usage - runzip [OPTIONS] ... + Usage: runzip [OPTIONS] ... Where OPTIONS are: -h Display this help screen -n Dry run. Do not modify the + -v Verbose output -s Set source encoding. Auto-detect, if not set -t Set target encoding. Default is UTF-8 - diff --git a/configure.ac b/configure.ac index a2d48f8..9fdf331 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(runzip, 1.1, vlm@lionet.info) +AC_INIT(runzip, 1.2, vlm@lionet.info) AC_CONFIG_SRCDIR([src/runzip.c]) AC_CONFIG_AUX_DIR(config)