aboutsummaryrefslogtreecommitdiff
path: root/miscutils
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2011-05-30 23:00:47 +0200
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2011-05-30 23:00:47 +0200
commit14f55538f07f0b1493c713d84a046b9022fcf8fb (patch)
treeab0bc85a341527225c55861a2e07b76f9298ef8a /miscutils
parent488dd7086925b83bb36568965558221e04d2cc91 (diff)
downloadbusybox-14f55538f07f0b1493c713d84a046b9022fcf8fb.tar.gz
makedevs: fix help-text
pull http://git.buildroot.net/buildroot/commit/?id=99ead3c2ead605d6504b9abad111778dc2a93ae6 Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'miscutils')
-rw-r--r--miscutils/makedevs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/makedevs.c b/miscutils/makedevs.c
index 8cca83882..c945a1352 100644
--- a/miscutils/makedevs.c
+++ b/miscutils/makedevs.c
@@ -38,7 +38,7 @@
//usage:#define makedevs_full_usage "\n\n"
//usage: "Create a range of special files as specified in a device table.\n"
//usage: "Device table entries take the form of:\n"
-//usage: "<type> <mode> <uid> <gid> <major> <minor> <start> <inc> <count>\n"
+//usage: "<name> <type> <mode> <uid> <gid> <major> <minor> <start> <inc> <count>\n"
//usage: "Where name is the file name, type can be one of:\n"
//usage: " f Regular file\n"
//usage: " d Directory\n"