summaryrefslogtreecommitdiff
path: root/contrib/skyview.php
diff options
context:
space:
mode:
authorSanjeev Gupta <ghane0@gmail.com>2015-03-26 23:49:25 +0800
committerGary E. Miller <gem@rellim.com>2015-03-26 12:44:51 -0700
commit3f8133bbea6a17dcb287de5595206bd2c3e89e0a (patch)
tree6f95ac655b0b1c8d86a4e446cf536249cb0d0fba /contrib/skyview.php
parent1f1bf0ea663c8b8b5415e259f2f0f30ba5b565a1 (diff)
downloadgpsd-3f8133bbea6a17dcb287de5595206bd2c3e89e0a.tar.gz
skyview.php now works
Signed-off-by: Gary E. Miller <gem@rellim.com>
Diffstat (limited to 'contrib/skyview.php')
-rwxr-xr-xcontrib/skyview.php3
1 files changed, 1 insertions, 2 deletions
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
<?php
# Copyright (c) 2006,2007 Chris Kuethe <chris.kuethe@gmail.com>
@@ -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;
}