we are not a GNU program, so we shouldn't report as such in the command line help output

svn path=/trunk/; revision=14753
This commit is contained in:
Ulf Lamping 2005-06-25 21:27:26 +00:00
parent 4841b02c60
commit df7520d2a1
1 changed files with 1 additions and 1 deletions

View File

@ -1081,7 +1081,7 @@ print_usage(gboolean print_ver) {
if (print_ver) {
output = stdout;
fprintf(output, "This is GNU " PACKAGE " " VERSION
fprintf(output, "This is "PACKAGE " " VERSION
#ifdef SVNVERSION
" (" SVNVERSION ")"
#endif