X-Git-Url: https://git.cweiske.de/surrogator.git/blobdiff_plain/7feb493c1cb62122a0669629d0478694ef893c69..fc412baac7378a01d9c5ab90405365b56d3abe4b:/surrogator.php diff --git a/surrogator.php b/surrogator.php index 460cfaa..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 <<