diff options
Diffstat (limited to 'sbin/fsck/fsck.c')
-rw-r--r-- | sbin/fsck/fsck.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/fsck/fsck.c b/sbin/fsck/fsck.c index 6b913bc70c83..fdc3ae0ea259 100644 --- a/sbin/fsck/fsck.c +++ b/sbin/fsck/fsck.c @@ -582,7 +582,7 @@ usage(void) static const char common[] = "[-BFdpvlyn] [-T fstype:fsoptions] [-t fstype]"; - (void)fprintf(stderr, "Usage: %s %s [special|node]...\n", + (void)fprintf(stderr, "usage: %s %s [special|node]...\n", getprogname(), common); exit(1); } |