aboutsummaryrefslogtreecommitdiff
path: root/ipsutils-newspec.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipsutils-newspec.py')
-rwxr-xr-xipsutils-newspec.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/ipsutils-newspec.py b/ipsutils-newspec.py
index 5e83d0c..62d02c7 100755
--- a/ipsutils-newspec.py
+++ b/ipsutils-newspec.py
@@ -45,3 +45,5 @@ if args.spec:
fp.write('%end\n')
fp.flush()
fp.close()
+else:
+ print("For detailed usage information:\n\t--help or -h")