Fix mkswap.c usage line

This commit is contained in:
sin 2013-08-12 11:21:15 +01:00
parent f9dfa37f75
commit e96ee7f6d0

View File

@ -24,7 +24,7 @@ struct swap_hdr {
static void static void
usage(void) usage(void)
{ {
eprintf("usage: %s <filename|device>\n", argv0); eprintf("usage: %s swapfile\n", argv0);
} }
int int