Author: des Date: Sat Sep 3 03:12:33 2011 New Revision: 225359 URL: http://svn.freebsd.org/changeset/base/225359
Log: Forgot this nit in r221107. Approved by: re (kib) Modified: head/sbin/fsck_ffs/main.c Modified: head/sbin/fsck_ffs/main.c ============================================================================== --- head/sbin/fsck_ffs/main.c Sat Sep 3 01:45:37 2011 (r225358) +++ head/sbin/fsck_ffs/main.c Sat Sep 3 03:12:33 2011 (r225359) @@ -636,7 +636,7 @@ static void usage(void) { (void) fprintf(stderr, - "usage: %s [-BEFprfny] [-b block] [-c level] [-m mode] " + "usage: %s [-BEFfnpry] [-b block] [-c level] [-m mode] " "filesystem ...\n", getprogname()); exit(1); _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"