summaryrefslogtreecommitdiff
path: root/search.php
diff options
context:
space:
mode:
Diffstat (limited to 'search.php')
-rw-r--r--search.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/search.php b/search.php
index c057423..bb98c40 100644
--- a/search.php
+++ b/search.php
@@ -36,10 +36,10 @@ try {
echo "blaupload-search v" . $version . "\n";
die();
} else if ($args[0] == "-h" || $args[0] == "--help") {
- echo "Usage: " . $config["command"] . " [query] #[page] | ";
- echo "e.g: " . $config["command"] . " intense | ";
- echo $config["command"] . " intense marcus | ";
- echo $config["command"] . " intense marcus #2 (returns the second page of results)\n";
+ echo "Usage: !" . $config["command"] . " [query] #[page] | ";
+ echo "e.g: !" . $config["command"] . " intense | ";
+ echo "!" . $config["command"] . " intense marcus | ";
+ echo "!" . $config["command"] . " intense marcus #2 (returns the second page of results)\n";
die();
}