mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-29 05:28:00 +00:00
fix usage message
This commit is contained in:
parent
8501249eef
commit
103250dd47
@ -14,7 +14,7 @@
|
||||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: nsec3hash.c,v 1.6 2009/10/06 21:20:44 each Exp $ */
|
||||
/* $Id: nsec3hash.c,v 1.7 2011/11/02 06:00:35 each Exp $ */
|
||||
|
||||
#include <config.h>
|
||||
|
||||
@ -60,7 +60,8 @@ check_result(isc_result_t result, const char *message) {
|
||||
|
||||
static void
|
||||
usage() {
|
||||
fatal("salt hash iterations domain");
|
||||
printf("Usage: %s salt algorithm iterations domain\n", program);
|
||||
exit(1);
|
||||
}
|
||||
|
||||
int
|
||||
|
Loading…
x
Reference in New Issue
Block a user