diff -Naur policycoreutils-1.33.12.orig/restorecon/restorecon.8 policycoreutils-1.33.12/restorecon/restorecon.8 --- policycoreutils-1.33.12.orig/restorecon/restorecon.8 2007-01-11 19:01:39.000000000 +0000 +++ policycoreutils-1.33.12/restorecon/restorecon.8 2009-10-20 12:16:36.000000000 +0100 @@ -40,6 +40,9 @@ .TP .B \-o outfilename save list of files with incorrect context in outfilename. +.TP +.B \-p +show progress by printing * every 1000 files. .TP .B \-v show changes in file labels. diff -Naur policycoreutils-1.33.12.orig/restorecon/restorecon.c policycoreutils-1.33.12/restorecon/restorecon.c --- policycoreutils-1.33.12.orig/restorecon/restorecon.c 2007-01-11 19:01:39.000000000 +0000 +++ policycoreutils-1.33.12/restorecon/restorecon.c 2009-10-20 12:25:02.000000000 +0100 @@ -137,7 +137,7 @@ void usage(const char *const name) { fprintf(stderr, - "usage: %s [-iFnrRv] [-e excludedir ] [-o filename ] [-f filename | pathname... ]\n", + "usage: %s [-iFnrRpv] [-e excludedir ] [-o filename ] [-f filename | pathname... ]\n", name); exit(1); }