diff options
author | Karel Zak <kzak@redhat.com> | 2006-12-07 00:26:26 +0100 |
---|---|---|
committer | Karel Zak <kzak@redhat.com> | 2006-12-07 00:26:26 +0100 |
commit | b22550fa1506e7cf4101bacc694842678908aaf2 (patch) | |
tree | f447dc9c312f7b75ea8a3c5df5d2a5bb6726160b /disk-utils/mkfs.cramfs.c | |
parent | d162fcb550a77875c8f58fda0e0a0bd91f211c99 (diff) | |
download | util-linux-old-b22550fa1506e7cf4101bacc694842678908aaf2.tar.gz |
Imported from util-linux-2.12k tarball.
Diffstat (limited to 'disk-utils/mkfs.cramfs.c')
-rw-r--r-- | disk-utils/mkfs.cramfs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/disk-utils/mkfs.cramfs.c b/disk-utils/mkfs.cramfs.c index 32755715..440b043d 100644 --- a/disk-utils/mkfs.cramfs.c +++ b/disk-utils/mkfs.cramfs.c @@ -121,8 +121,8 @@ usage(int status) { FILE *stream = status ? stderr : stdout; fprintf(stream, - _("usage: %s [-v] [-b blksz] [-e edition] [-i file] [-n name] " - "dirname outfile\n" + _("usage: %s [-h] [-v] [-b blksz] [-e edition] [-i file] " + "[-n name] dirname outfile\n" " -h print this help\n" " -v be verbose\n" " -E make all warnings errors " |