diff options
author | Urban Müller | 2013-03-13 10:07:36 +0000 |
---|---|---|
committer | Urban Müller | 2013-03-13 10:07:36 +0000 |
commit | 9154cc6fa222b08bf023b35b4025cd3c8e9fa83d (patch) | |
tree | 6b20a81f3de0fc6b1632bd0f7ece01d5731a647e | |
parent | ace247ca3141441e0dfaa8059ee7859de250a305 (diff) | |
download | itools-9154cc6fa222b08bf023b35b4025cd3c8e9fa83d.tar.gz itools-9154cc6fa222b08bf023b35b4025cd3c8e9fa83d.tar.bz2 itools-9154cc6fa222b08bf023b35b4025cd3c8e9fa83d.zip |
document --verbose in getopt
-rw-r--r-- | it.class | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -632,6 +632,7 @@ static function imageconvert($p) * Options -h and --help will be handled internally by printing usage and exiting * When printing, the usage will be de-indented so the first line starts in the first column * Two or more blanks must be in front of option explanation + * If an option 'verbose' is set, it will be set as debug variable as well so EDC('verbose', $bar) works * @param $helplines Usage parsed to determine options * @return Associative array of options */ |