X-Git-Url: https://git.cweiske.de/surrogator.git/blobdiff_plain/7feb493c1cb62122a0669629d0478694ef893c69..059125f7cff9d99a67733cd29e6f13c4ab222263:/surrogator.php diff --git a/surrogator.php b/surrogator.php index 460cfaa..dd907e0 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 http://git.cweiske.de/?p=surrogator.git + */ 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 <<