summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid McMackins II <contact@mcmackins.org>2015-07-14 17:48:08 -0500
committerDavid McMackins II <contact@mcmackins.org>2015-07-14 17:48:08 -0500
commit39271abb46ea17e0c3229359d2f095277526869c (patch)
treea7cea9a20f2ddc153da85a0c831c770502215787
parent28877e3efdc7d1e2d581bfb2f6b6cfee0302a937 (diff)
Using long help option in example
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index c808e78..da613b1 100644
--- a/README
+++ b/README
@@ -14,7 +14,7 @@ Its most basic usage is as follows:
$ jarsnap -m Main myprog.jar lib1.jar lib2.jar
This creates a runnable JAR from the three JAR inputs with Main as the main
-class. There are other options available as well. Use `jarsnap -h` for more
+class. There are other options available as well. Use `jarsnap --help` for more
information.
Installation