All programs print version and exit successfully.
* All programs are now using the ProgName variable as well.
This commit is contained in:
@@ -220,6 +220,7 @@ static void OptVersion (const char* Opt attribute ((unused)),
|
||||
{
|
||||
fprintf (stderr,
|
||||
"%s V%s\n", ProgName, GetVersionAsString ());
|
||||
exit(EXIT_SUCCESS);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user