Module Name: src
Committed By: wiz
Date: Sun Aug 10 17:13:14 UTC 2014
Modified Files:
src/sbin/rndctl: rndctl.c
Log Message:
Sync usage with manpage a bit more.
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/sbin/rndctl/rndctl.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sbin/rndctl/rndctl.c
diff -u src/sbin/rndctl/rndctl.c:1.28 src/sbin/rndctl/rndctl.c:1.29
--- src/sbin/rndctl/rndctl.c:1.28 Sun Aug 10 16:44:32 2014
+++ src/sbin/rndctl/rndctl.c Sun Aug 10 17:13:14 2014
@@ -1,4 +1,4 @@
-/* $NetBSD: rndctl.c,v 1.28 2014/08/10 16:44:32 tls Exp $ */
+/* $NetBSD: rndctl.c,v 1.29 2014/08/10 17:13:14 wiz Exp $ */
/*-
* Copyright (c) 1997 Michael Graff.
@@ -33,7 +33,7 @@
#include <sha1.h>
#ifndef lint
-__RCSID("$NetBSD: rndctl.c,v 1.28 2014/08/10 16:44:32 tls Exp $");
+__RCSID("$NetBSD: rndctl.c,v 1.29 2014/08/10 17:13:14 wiz Exp $");
#endif
@@ -84,9 +84,9 @@ static void
usage(void)
{
- fprintf(stderr, "usage: %s -CEce [-d devname | -t devtype]\n",
+ fprintf(stderr, "usage: %s [-CEce] [-d devname | -t devtype]\n",
getprogname());
- fprintf(stderr, " %s -ls [-d devname | -t devtype]\n",
+ fprintf(stderr, " %s [-lsv] [-d devname | -t devtype]\n",
getprogname());
fprintf(stderr, " %s -[L|S] save-file\n", getprogname());
exit(1);