summaryrefslogtreecommitdiffstats
path: root/sbin/fsck/fsck.c
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/fsck/fsck.c')
-rw-r--r--sbin/fsck/fsck.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/fsck/fsck.c b/sbin/fsck/fsck.c
index 6b913bc..fdc3ae0 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);
}
OpenPOWER on IntegriCloud