summaryrefslogtreecommitdiffstats
path: root/sbin/kldunload
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/kldunload')
-rw-r--r--sbin/kldunload/kldunload.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/kldunload/kldunload.c b/sbin/kldunload/kldunload.c
index 1badfed..42ae9fc 100644
--- a/sbin/kldunload/kldunload.c
+++ b/sbin/kldunload/kldunload.c
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: kldunload.c,v 1.2 1997/10/19 11:15:45 jmg Exp $
+ * $Id: kldunload.c,v 1.3 1997/10/21 09:59:26 jmg Exp $
*/
#include <err.h>
@@ -36,7 +36,7 @@
static void
usage(void)
{
- fprintf(stderr, "usage: modunload [-i id] [-n filename]\n");
+ fprintf(stderr, "usage: kldunload [-i id] [-n filename]\n");
exit(1);
}
OpenPOWER on IntegriCloud