X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2Foptions.c;h=e08c1080e738fa3ee2059bf4c632210d4baf58d2;hp=aecb930249b636035ab6a47330dac4637f4bc865;hb=6b014be066bd8ff051dbabab9e944a691c48a14e;hpb=cba27361cae7239e582aac789936607ae6760187 diff --git a/pppd/options.c b/pppd/options.c index aecb930..e08c108 100644 --- a/pppd/options.c +++ b/pppd/options.c @@ -1093,7 +1093,7 @@ showversion(argv) char **argv; { if (phase == PHASE_INITIALIZE) { - fprintf(stderr, "pppd version %s\n", VERSION); + fprintf(stdout, "pppd version %s\n", VERSION); exit(0); } return 0;