Fix mkswap.c usage line

This commit is contained in:
sin 2013-08-12 11:21:15 +01:00
parent f9dfa37f75
commit e96ee7f6d0
1 changed files with 1 additions and 1 deletions

View File

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