svn commit: r225360 - stable/8/sbin/fsck_ffs

Dag-Erling Smorgrav des at FreeBSD.org
Sat Sep 3 03:13:35 UTC 2011


Author: des
Date: Sat Sep  3 03:13:35 2011
New Revision: 225360
URL: http://svn.freebsd.org/changeset/base/225360

Log:
  insta-mfh r225359: cosmetic nit in usage string.

Modified:
  stable/8/sbin/fsck_ffs/main.c
Directory Properties:
  stable/8/sbin/fsck_ffs/   (props changed)

Modified: stable/8/sbin/fsck_ffs/main.c
==============================================================================
--- stable/8/sbin/fsck_ffs/main.c	Sat Sep  3 03:12:33 2011	(r225359)
+++ stable/8/sbin/fsck_ffs/main.c	Sat Sep  3 03:13:35 2011	(r225360)
@@ -610,7 +610,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);


More information about the svn-src-all mailing list