Skip to content

Commit

Permalink
runzip-1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vlm committed Dec 21, 2015
1 parent f734f5b commit 675c808
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ a ZIP archive.

# Usage

runzip [OPTIONS] <filename.zip>...
Usage: runzip [OPTIONS] <filename.zip>...
Where OPTIONS are:
-h Display this help screen
-n Dry run. Do not modify the <file.zip>
-v Verbose output
-s <encoding> Set source encoding. Auto-detect, if not set
-t <encoding> Set target encoding. Default is UTF-8

2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT(runzip, 1.1, [email protected])
AC_INIT(runzip, 1.2, [email protected])

AC_CONFIG_SRCDIR([src/runzip.c])
AC_CONFIG_AUX_DIR(config)
Expand Down

0 comments on commit 675c808

Please sign in to comment.