X-Git-Url: https://git.ao2.it/tweeper.git/blobdiff_plain/b453301fecc757e4d95191a65b24259e81b53f87..cfa97246db710911554532b4a6f88f6b5e5cb6b0:/tweeper.php?ds=inline

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