Fix usage lines

This commit is contained in:
sin 2013-08-14 14:32:22 +01:00
parent 97cbad7eef
commit f6cf690aa2
7 changed files with 7 additions and 7 deletions

View File

@ -11,7 +11,7 @@
static void
usage(void)
{
eprintf("usage: %s filename [args]\n", argv0);
eprintf("usage: %s module [args]\n", argv0);
}
int

View File

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

View File

@ -29,7 +29,7 @@ struct {
static void
usage(void)
{
eprintf("usage: %s [-BMRd] [-t fstype] [-o options] device dir\n",
eprintf("usage: %s [-BMRd] [-t fstype] [-o options] source target\n",
argv0);
}

View File

@ -10,7 +10,7 @@
static void
usage(void)
{
eprintf("usage: %s [-fw] modulename...\n", argv0);
eprintf("usage: %s [-fw] module...\n", argv0);
}
int

2
stat.c
View File

@ -13,7 +13,7 @@ static void show_stat(const char *file, struct stat *st);
static void
usage(void)
{
eprintf("usage: %s [-L] filename...\n", argv0);
eprintf("usage: %s [-L] file...\n", argv0);
}
int

View File

@ -8,7 +8,7 @@
static void
usage(void)
{
eprintf("usage: %s swapfile\n", argv0);
eprintf("usage: %s device\n", argv0);
}
int

View File

@ -8,7 +8,7 @@
static void
usage(void)
{
eprintf("usage: %s [-d] swapfile\n", argv0);
eprintf("usage: %s [-d] device\n", argv0);
}
int