Skip to content

Commit

Permalink
Extend default message displayed when launching mapserv without argum…
Browse files Browse the repository at this point in the history
…ent, to advertize --help
  • Loading branch information
rouault committed Oct 2, 2014
1 parent 592f3eb commit 95bc4e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cgiutil.c
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ int loadParams(cgiRequestObj *request,
if(getenv2("REQUEST_METHOD", thread_context)==NULL) {
msIO_printf("This script can only be used to decode form results and \n");
msIO_printf("should be initiated as a CGI process via a httpd server.\n");
msIO_printf("For other options please try using the --help switch.\n");
return -1;
}

Expand Down

0 comments on commit 95bc4e2

Please sign in to comment.