diff options
-rw-r--r-- | search.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -36,8 +36,8 @@ try { echo $version + \n; die(); } else if ($args[0] == "-h" || $args[0] == "--help") { - echo "Usage: !blaup [query] #[page] | e.g: !blaup intense | !blaup intense marcus | " - echo "!blaup intense marcus #2 (returns the second page of results)\n" + echo "Usage: !blaup [query] #[page] | e.g: !blaup intense | !blaup intense marcus | "; + echo "!blaup intense marcus #2 (returns the second page of results)\n"; die(); } |