X-Git-Url: https://git.ao2.it/tweeper.git/blobdiff_plain/b453301fecc757e4d95191a65b24259e81b53f87..7999152f95280d975a214751b715590db54ff6a3:/tweeper.php?ds=sidebyside

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);
 }