diff options
author | Joe Robinson <joe@lc8n.com> | 2015-12-07 00:17:02 +0000 |
---|---|---|
committer | Joe Robinson <joe@lc8n.com> | 2015-12-07 00:17:02 +0000 |
commit | 6b114bc7472907eeaadf503c60dc6b4404311f80 (patch) | |
tree | 8d54e3dd713d813d8b17a5ea80d6c3d48ccfcf86 /search.php | |
parent | d87df8ae51c39e1cad3e2b2a9dabacd81957f5c8 (diff) |
More missing ;s (In my defense I don't have php locally so I can't run this until I commit it...)
Diffstat (limited to 'search.php')
-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(); } |