]> source.dussan.org Git - nextcloud-server.git/commitdiff
adjust usage text
authorThomas Müller <thomas.mueller@tmit.eu>
Fri, 2 Aug 2013 19:23:26 +0000 (21:23 +0200)
committerThomas Müller <thomas.mueller@tmit.eu>
Fri, 2 Aug 2013 19:23:26 +0000 (21:23 +0200)
apps/files/console/scan.php

index 118e586aea30bb370086fbc21c6258386ae33a8d..b9eccfb9934bd39a9e0ae1bde6896f28aca52052 100644 (file)
@@ -6,9 +6,9 @@ if (!OC::$CLI) {
 }
 if (count($argv) !== 2) {
        echo "Usage:" . PHP_EOL;
-       echo " php scanFiles.php <user_id>" . PHP_EOL;
+       echo " files:scan <user_id>" . PHP_EOL;
        echo "  will rescan all files of the given user" . PHP_EOL;
-       echo " php scanFiles.php --all" . PHP_EOL;
+       echo " files:scan --all" . PHP_EOL;
        echo "  will rescan all files of all known users" . PHP_EOL;
        return;
 }