mirror of
https://github.com/pnx/m16vm
synced 2026-06-16 03:44:55 +02:00
vm/vm.c: include options in usage string.
This commit is contained in:
parent
48d03c85a0
commit
77a7c94451
1 changed files with 1 additions and 1 deletions
2
vm/vm.c
2
vm/vm.c
|
|
@ -57,7 +57,7 @@ int main(int argc, char **argv) {
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
if (argc < 2) {
|
if (argc < 2) {
|
||||||
fprintf(stderr, "usage: %s <file>\n", argv[0]);
|
fprintf(stderr, "usage: %s [ --dmem | --dreg ] <file>\n", argv[0]);
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue