From b5a72b8c7f03a342191e8692e865c5415eebcee8 Mon Sep 17 00:00:00 2001 From: Hasso Tepper Date: Mon, 12 Nov 2007 11:17:59 +0000 Subject: [PATCH] -x was removed long time ago. --- usr.sbin/asf/asf.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/usr.sbin/asf/asf.c b/usr.sbin/asf/asf.c index 8a974bb8e0..0c7c495475 100644 --- a/usr.sbin/asf/asf.c +++ b/usr.sbin/asf/asf.c @@ -25,7 +25,7 @@ */ /* $Id: asf.c,v 1.6 2003/11/04 06:38:37 green Exp $ */ /* $FreeBSD: src/usr.sbin/asf/asf.c,v 1.6 2003/11/04 06:38:37 green Exp $ */ -/* $DragonFly: src/usr.sbin/asf/asf.c,v 1.2 2006/01/11 02:00:13 corecode Exp $ */ +/* $DragonFly: src/usr.sbin/asf/asf.c,v 1.3 2007/11/12 11:17:59 hasso Exp $ */ #define MAXLINE 1024 #include @@ -164,12 +164,11 @@ usage(const char *myname) { fprintf(stderr, "Usage:\n" - "%s [-a] [-f] [-k] [-s] [-x] [modules-path [outfile]]\n\n" + "%s [-a] [-f] [-k] [-s] [modules-path [outfile]]\n\n" "\t-a\tappend to outfile)\n" "\t-f\tfind the module in any subdirectory of module-path\n" "\t-k\ttake input from kldstat(8)\n" "\t-s\tdon't prepend subdir for module path\n" - "\t-x\tdon't append \".debug\" to module name\n", myname); } -- 2.11.4.GIT