summaryrefslogtreecommitdiff
path: root/usr.sbin/mksuncd/mksuncd.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2010-02-25 17:15:43 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2010-02-25 17:15:43 +0000
commitecbcc1cc41bb11020536019149cfbf54bc080809 (patch)
tree9082e3480af128585a26512dcf687fd7b867899e /usr.sbin/mksuncd/mksuncd.c
parentcb8225bda7bcd5980d873c5de25a61274d8a90df (diff)
fix the usage message
Diffstat (limited to 'usr.sbin/mksuncd/mksuncd.c')
-rw-r--r--usr.sbin/mksuncd/mksuncd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/mksuncd/mksuncd.c b/usr.sbin/mksuncd/mksuncd.c
index 26d50ae4910..75428c3c087 100644
--- a/usr.sbin/mksuncd/mksuncd.c
+++ b/usr.sbin/mksuncd/mksuncd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mksuncd.c,v 1.1 2008/08/22 15:48:32 deraadt Exp $ */
+/* $OpenBSD: mksuncd.c,v 1.2 2010/02/25 17:15:42 deraadt Exp $ */
/*
* Copyright (c) 2001 Jason L. Wright (jason@thought.net)
@@ -143,7 +143,7 @@ expand_file(int f, off_t len)
void
usage(void)
{
- fprintf(stderr, "setpart partition baseimage bootimage\n");
+ fprintf(stderr, "usage: mksuncd partition isoimage bootimage\n");
}
/*