From 6b114bc7472907eeaadf503c60dc6b4404311f80 Mon Sep 17 00:00:00 2001 From: Joe Robinson Date: Mon, 7 Dec 2015 00:17:02 +0000 Subject: More missing ;s (In my defense I don't have php locally so I can't run this until I commit it...) --- search.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'search.php') diff --git a/search.php b/search.php index 3e89647..97cd0b3 100644 --- a/search.php +++ b/search.php @@ -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(); } -- cgit v1.2.3