|
@@ -328,7 +328,7 @@ void bb_show_usage(void)
|
|
fprintf(stderr, "%s: [-d device_table] rootdir\n\n", bb_applet_name);
|
|
fprintf(stderr, "%s: [-d device_table] rootdir\n\n", bb_applet_name);
|
|
fprintf(stderr, "Creates a batch of special files as specified in a device table.\n");
|
|
fprintf(stderr, "Creates a batch of special files as specified in a device table.\n");
|
|
fprintf(stderr, "Device table entries take the form of:\n");
|
|
fprintf(stderr, "Device table entries take the form of:\n");
|
|
- fprintf(stderr, "type mode user group major minor start increment count\n\n");
|
|
|
|
|
|
+ fprintf(stderr, "name type mode user group major minor start increment count\n\n");
|
|
fprintf(stderr, "Where name is the file name, type can be one of:\n");
|
|
fprintf(stderr, "Where name is the file name, type can be one of:\n");
|
|
fprintf(stderr, " f A regular file\n");
|
|
fprintf(stderr, " f A regular file\n");
|
|
fprintf(stderr, " d Directory\n");
|
|
fprintf(stderr, " d Directory\n");
|