makedevs: minor fix to command's help
Signed-off-by: Javier Viguera <javier.viguera@digi.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
effcc9a2a2
commit
99ead3c2ea
@ -328,7 +328,7 @@ void bb_show_usage(void)
|
||||
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, "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, " f A regular file\n");
|
||||
fprintf(stderr, " d Directory\n");
|
||||
|
Loading…
Reference in New Issue
Block a user