From 3f8133bbea6a17dcb287de5595206bd2c3e89e0a Mon Sep 17 00:00:00 2001 From: Sanjeev Gupta Date: Thu, 26 Mar 2015 23:49:25 +0800 Subject: skyview.php now works Signed-off-by: Gary E. Miller --- contrib/skyview.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'contrib/skyview.php') diff --git a/contrib/skyview.php b/contrib/skyview.php index ea4d9c5e..38869d8e 100755 --- a/contrib/skyview.php +++ b/contrib/skyview.php @@ -1,4 +1,3 @@ -#!/usr/local/bin/php @@ -18,7 +17,7 @@ $cellmode = 0; if ($argc != 3){ if (($argc != 4) || strcmp("cells", $argv[3])){ - die("usage: ${argv[0]} count imagefile [cells]\n"); + die("usage: ${argv[0]} count imagefile.png [cells]\n"); } else { $cellmode = 1; } -- cgit v1.2.1