summaryrefslogtreecommitdiff
path: root/search.php
diff options
context:
space:
mode:
authorJoe Robinson <joe@lc8n.com>2015-12-07 00:20:31 +0000
committerJoe Robinson <joe@lc8n.com>2015-12-07 00:20:31 +0000
commit0bf092da0da22b7643b722e5e283013e88c83d93 (patch)
tree6f9de016f64d140e42e3465f87109e48c6a5e0ec /search.php
parent9034127f89705ffa2b465ae256e1ea0eb9c8b933 (diff)
Add more text to version output
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 | ";