find:: get rid of nested function (it's a gcc-ism)
[oweals/busybox.git] / miscutils / makedevs.c
index 8cca8388249cca5837b437cf9c1d9d0944a017aa..c945a1352cb895f2a688dcb9db21ea94e4e5f0bd 100644 (file)
@@ -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"