X-Git-Url: https://git.ao2.it/tweeper.git/blobdiff_plain/b453301fecc757e4d95191a65b24259e81b53f87..6529870c449d426d645115d3f35191c4b2023340:/tweeper.php diff --git a/tweeper.php b/tweeper.php index f07382b..a9fce9b 100644 --- a/tweeper.php +++ b/tweeper.php @@ -354,7 +354,7 @@ if (is_cli()) { } if (!isset($options['src_url'])) { - fwrite($ERROR_STREAM, usage($argv)); + fwrite($ERROR_STREAM, usage(is_cli() ? $argv : NULL)); exit(1); }