--- sac-1.9b5.orig/wcat.c
+++ sac-1.9b5/wcat.c
@@ -274,17 +274,17 @@
       fprintf(stderr,"wcat: Invalid time.  Format: hours[:minutes[:seconds]]\n");
       break;
     case 4:
-      fprintf(stderr,"usage: wcat [-w wtmp|-] [-adX[3|4]] [-s start] [-e end] [-b H[:M[:S]]]\n       [--help] [--version]\n");
-      fprintf(stderr,"    -w wtmp|-   Read alternate wtmp file.\n");
-      fprintf(stderr,"    -X[3]       Read tacacs 3.x wtmp format.\n");
-      fprintf(stderr,"    -X4         Read tacacs 4.0 wtmp format.\n");
-      fprintf(stderr,"    -d          Output time in MMM DD HH:MM:SS date format.\n");
-      fprintf(stderr,"    -a          Print contents of ut_addr (if it exists) instead of ut_host.\n");
-      fprintf(stderr,"    -s start    Display accounting info from `start'.\n");
-      fprintf(stderr,"    -e end      Display accounting info up to `end'.\n");
-      fprintf(stderr,"    -b H:M:S    Show accounting info from the last few hours/minutes/seconds.\n");
-      fprintf(stderr,"    --help      Print this help message.\n");
-      fprintf(stderr,"    --version   Print the version of rawtmp.\n");
+      fprintf(stdout,"usage: wcat [-w wtmp|-] [-adX[3|4]] [-s start] [-e end] [-b H[:M[:S]]]\n       [--help] [--version]\n");
+      fprintf(stdout,"    -w wtmp|-   Read alternate wtmp file.\n");
+      fprintf(stdout,"    -X[3]       Read tacacs 3.x wtmp format.\n");
+      fprintf(stdout,"    -X4         Read tacacs 4.0 wtmp format.\n");
+      fprintf(stdout,"    -d          Output time in MMM DD HH:MM:SS date format.\n");
+      fprintf(stdout,"    -a          Print contents of ut_addr (if it exists) instead of ut_host.\n");
+      fprintf(stdout,"    -s start    Display accounting info from `start'.\n");
+      fprintf(stdout,"    -e end      Display accounting info up to `end'.\n");
+      fprintf(stdout,"    -b H:M:S    Show accounting info from the last few hours/minutes/seconds.\n");
+      fprintf(stdout,"    --help      Print this help message.\n");
+      fprintf(stdout,"    --version   Print the version of rawtmp.\n");
       break;
     case 5:
       {
