summaryrefslogtreecommitdiff
path: root/search.php
diff options
context:
space:
mode:
Diffstat (limited to 'search.php')
-rw-r--r--search.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/search.php b/search.php
index c43e3a8..7f5d5a1 100644
--- a/search.php
+++ b/search.php
@@ -33,7 +33,7 @@ try {
$page = 1;
if ($args[0] == "-v" || $args[0] == "--version") {
- echo $version + "\n";
+ echo "blaupload-search v" . $version . "\n";
die();
} else if ($args[0] == "-h" || $args[0] == "--help") {
echo "Usage: !blaup [query] #[page] | e.g: !blaup intense | !blaup intense marcus | ";