From 675c80848a5039c01dfeb5c5eda255ad94960b73 Mon Sep 17 00:00:00 2001 From: Lev Walkin Date: Sun, 20 Dec 2015 20:42:28 -0800 Subject: [PATCH] runzip-1.2 --- README.md | 4 ++-- configure.ac | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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)