Skip to content

Commit

Permalink
show new -v option in short usage info, updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
aurora committed Oct 10, 2014
1 parent f52a873 commit 416ef6d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libs/main.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class main
* @octdoc d:main/T_VERSION
* @type string
*/
const T_VERSION = '0.3.5';
const T_VERSION = '0.3.6';
const T_VERSION_DATE = '2014-10-10';
/**/

Expand Down Expand Up @@ -300,6 +300,7 @@ protected function usage($msg = '', $help = false, $usage = '')
printf("asciidia v%s -- (c) by Harald Lapp <[email protected]>\n", self::T_VERSION);

printf("usage: %s -h\n", $argv[0]);
printf("usage: %s -v\n", $argv[0]);
printf("usage: %s -t ... -h\n", $argv[0]);
printf("usage: %s -t ... -i ... -o [format:]... [-c ...] [-s ...]\n", $argv[0]);

Expand Down

0 comments on commit 416ef6d

Please sign in to comment.