X-Git-Url: https://git.cweiske.de/surrogator.git/blobdiff_plain/c083f00a1813729162aca77fcc72642c5b7eb6b0..fc412baac7378a01d9c5ab90405365b56d3abe4b:/surrogator.php diff --git a/surrogator.php b/surrogator.php index 6270cdc..fdbd384 100755 --- a/surrogator.php +++ b/surrogator.php @@ -1,5 +1,18 @@ #!/usr/bin/env php + * @license http://www.gnu.org/licenses/agpl.html AGPLv3 or later + * @link https://sourceforge.net/p/surrogator/ + */ namespace surrogator; $cfgFile = __DIR__ . '/data/surrogator.config.php'; if (!file_exists($cfgFile)) { @@ -39,6 +52,11 @@ foreach ($argv as $arg) { } } +/** + * Echos the --help screen. + * + * @return void + */ function showHelp() { echo <<