summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid McMackins II <contact@mcmackins.org>2015-07-14 17:47:39 -0500
committerDavid McMackins II <contact@mcmackins.org>2015-07-14 17:47:39 -0500
commit28877e3efdc7d1e2d581bfb2f6b6cfee0302a937 (patch)
tree6c8f5958e8f7bbd8cd0c4475a9a6a838123b1f0a
parent8f00ce11f4bcf90bf10e36dcc6b9c19c90ccc197 (diff)
Fixed help synopsis
-rw-r--r--jarsnap.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/jarsnap.py b/jarsnap.py
index acc1865..ddd11c7 100644
--- a/jarsnap.py
+++ b/jarsnap.py
@@ -25,7 +25,7 @@ from sys import argv
from tempfile import gettempdir
__title__ = 'jarsnap.py'
-__version__ = '1.0.3'
+__version__ = '1.0.4'
__author__ = 'David McMackins II'
def make_fat_jar(jars, main_class, output_path='fat.jar'):
@@ -50,7 +50,7 @@ def make_fat_jar(jars, main_class, output_path='fat.jar'):
def main(argv):
_HELP = """{} - make fat jars
-Usage: {} [-h] [-v] [-o|--output OUTPUT] <-m|--main-class MAIN>
+Usage: {} [options] <-m|--main-class MAIN> jar1 [jar2 [jar3 ...]]
Options:
-h, --help