aboutsummaryrefslogtreecommitdiff
path: root/toys/other/makedevs.c
diff options
context:
space:
mode:
Diffstat (limited to 'toys/other/makedevs.c')
-rw-r--r--toys/other/makedevs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/other/makedevs.c b/toys/other/makedevs.c
index 5e6a9822..def1c4b6 100644
--- a/toys/other/makedevs.c
+++ b/toys/other/makedevs.c
@@ -15,7 +15,7 @@ config MAKEDEVS
Create a range of special files as specified in a device table.
- -d file containing device table (default reads from stdin)
+ -d File containing device table (default reads from stdin)
Each line of of the device table has the fields:
<name> <type> <mode> <uid> <gid> <major> <minor> <start> <increment> <count>