about summary refs log tree commit diff stats
path: root/pyxis.pl
diff options
context:
space:
mode:
Diffstat (limited to 'pyxis.pl')
-rwxr-xr-xpyxis.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/pyxis.pl b/pyxis.pl
index 83c35ef..61e3035 100755
--- a/pyxis.pl
+++ b/pyxis.pl
@@ -29,6 +29,8 @@ Commands:
 Options:
     --verbose
         Verbose operation mode.
+    --version
+        Print Pyxis version.
     --help
         Print this help.";
         exit 0;
a> 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94