mirror of
https://github.com/vivier/EMILE.git
synced 2024-12-22 10:29:31 +00:00
Correct typo in usage
This commit is contained in:
parent
217d119c4f
commit
a1d0dcba79
@ -57,7 +57,7 @@ static struct option long_options[] =
|
||||
|
||||
static void usage(int argc, char** argv)
|
||||
{
|
||||
fprintf(stderr, "Usage: %s [--verbose|-v]--scanbus\n", argv[0]);
|
||||
fprintf(stderr, "Usage: %s [--verbose|-v] --scanbus\n", argv[0]);
|
||||
fprintf(stderr, "Usage: %s [--startup|--flags FLAGS][--type TYPE][--get-driver|-g FILE][--put-driver|-p FILE] <partition>\n", argv[0]);
|
||||
fprintf(stderr, "\nbuild: \n%s\n", SIGNATURE);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user