From owner-svn-src-stable-8@FreeBSD.ORG Sat Sep 3 03:13:35 2011 Return-Path: Delivered-To: svn-src-stable-8@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9CBC41065674; Sat, 3 Sep 2011 03:13:35 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 8C3C18FC15; Sat, 3 Sep 2011 03:13:35 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id p833DZlp027316; Sat, 3 Sep 2011 03:13:35 GMT (envelope-from des@svn.freebsd.org) Received: (from des@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id p833DZRS027314; Sat, 3 Sep 2011 03:13:35 GMT (envelope-from des@svn.freebsd.org) Message-Id: <201109030313.p833DZRS027314@svn.freebsd.org> From: Dag-Erling Smorgrav Date: Sat, 3 Sep 2011 03:13:35 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org X-SVN-Group: stable-8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r225360 - stable/8/sbin/fsck_ffs X-BeenThere: svn-src-stable-8@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for only the 8-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Sep 2011 03:13:35 -0000 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);