From 927dc5070542cccbb670cd53041af4f50471d273 Mon Sep 17 00:00:00 2001 From: SBeans Date: Wed, 6 Mar 2013 12:40:25 +0000 Subject: fixed syntax error line 106. --- blasource.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'blasource.php') diff --git a/blasource.php b/blasource.php index 49e5447..9dc4025 100644 --- a/blasource.php +++ b/blasource.php @@ -12,8 +12,9 @@ // 0.2.1 Fixed -l (showing too many results) and -r (Not showing text of removed line // 0.2.2 Changed -new to --add // 0.2.3 Updated help added --WORD to all -? parameters. + // 0.2.4 Fixed syntaxtical error - $version = "BlaSource Version: 0.2.3"; + $version = "BlaSource Version: 0.2.4"; // get the input $stdin = read_stdin(); @@ -102,7 +103,7 @@ $i = sizeof($stdin); break; case "-v": - case "--version" + case "--version": $out = $version; $i = sizeof($stdin); break; -- cgit v1.2.3