summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.ini.example2
-rw-r--r--search.php8
2 files changed, 5 insertions, 5 deletions
diff --git a/config.ini.example b/config.ini.example
index c96b4df..2ea6ff6 100644
--- a/config.ini.example
+++ b/config.ini.example
@@ -1,3 +1,3 @@
url = http://www.blaupload.co.uk
password = password (not required)
-command = !blaup \ No newline at end of file
+command = blaup \ No newline at end of file
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();
}