[GRASS5] G_parser exit status?

Hi again,

the wanted exit status for the G_parser routine is
somewhat inconsistence:

From looking at various modules I found that some

have:
    if (G_parser(argc,argv))
            exit(1);

and others:
    if (G_parser(argc,argv))
            exit(-1);

What's correct?

Markus

----------------------------------------
If you want to unsubscribe from GRASS Development Team mailing list write to:
minordomo@geog.uni-hannover.de with
subject 'unsubscribe grass5'