]> git.saurik.com Git - apple/syslog.git/blobdiff - util.tproj/syslog.c
syslog-377.60.2.tar.gz
[apple/syslog.git] / util.tproj / syslog.c
index 26629035584a67271f26331249b0c29fb73ee32a..baa90f4e3e5dc5083c1f757d77a2b5feb682aaf5 100644 (file)
@@ -280,6 +280,7 @@ usage(uint32_t section)
                fprintf(stderr, "   %c    prefix\n", MOD_PREFIX);
                fprintf(stderr, "   %c    suffix\n", MOD_SUFFIX);
                fprintf(stderr, "   %c    numeric comparison\n", MOD_NUMERIC);
+               fprintf(stderr, "\n");
        }
 
        if ((section == HELP_ALL) || (section == HELP_STATS))
@@ -289,7 +290,10 @@ usage(uint32_t section)
                fprintf(stderr, "   -n n     prints stats for just the top n (e.g. top 10) senders\n");
                fprintf(stderr, "   -d path  reads the ASL database at the given path for statistics\n");
                fprintf(stderr, "   -v       verbose ([message_count total_data data_average] for 10 minute intervals)\n");
+               fprintf(stderr, "\n");
        }
+
+       fprintf(stderr, "NOTE:  Most system logs have moved to a new logging system.  See log(1) for more information.\n");
 }
 
 const char *
@@ -2753,6 +2757,8 @@ main(int argc, char *argv[])
        notify_file = -1;
        notify_token = -1;
 
+       fprintf(stderr, "NOTE:  Most system logs have moved to a new logging system.  See log(1) for more information.\n");
+
        /* set starting point */
        if (since_boot == 1)
        {