Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
mesh
meshmap
Commits
85570074
Commit
85570074
authored
Apr 14, 2018
by
Eric - kg6wxc
Browse files
more little changes
just changed the output of get-map-info --help a little bit.
parent
8cce55b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/get-map-info.php
View file @
85570074
...
...
@@ -46,7 +46,7 @@ require $INCLUDE_DIR . "/scripts/wxc_functions.inc";
*DO NOT CHANGE ANYTHING BELOW HERE UNLESS YOU KNOW WHAT YOU ARE DOING!!!!
************************************************************************/
if
(
$argv
[
1
]
==
(
"--help"
||
"--h"
||
"-help"
||
"-h"
||
"/?"
||
"?"
))
{
echo
$argv
[
0
]
.
" Usage:
\n
"
;
echo
$argv
[
0
]
.
" Usage:
\n
\n
"
;
echo
$argv
[
1
]
.
"
\t
This help message
\n
"
;
echo
"--test-mode-node-sql
\t
DO NOT access database only output to screen
\n
"
;
echo
"(useful to make sure everything is working)
\n
"
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment