The following reply was made to PR bin/163629; it has been noted by GNATS. From: [email protected] (dfilter service) To: [email protected] Cc: Subject: Re: bin/163629: commit references a PR Date: Mon, 26 Dec 2011 16:48:00 +0000 (UTC)
Author: brueffer Date: Mon Dec 26 16:47:45 2011 New Revision: 228898 URL: http://svn.freebsd.org/changeset/base/228898 Log: Add missing -l flag to usage(). PR: 163629 Submitted by: olgeni MFC after: 1 week Modified: head/sbin/dumpfs/dumpfs.c Modified: head/sbin/dumpfs/dumpfs.c ============================================================================== --- head/sbin/dumpfs/dumpfs.c Mon Dec 26 10:58:21 2011 (r228897) +++ head/sbin/dumpfs/dumpfs.c Mon Dec 26 16:47:45 2011 (r228898) @@ -499,6 +499,6 @@ ufserr(const char *name) static void usage(void) { - (void)fprintf(stderr, "usage: dumpfs [-fm] filesys | device\n"); + (void)fprintf(stderr, "usage: dumpfs [-flm] filesys | device\n"); exit(1); } _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[email protected]" _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
