Skip to content
This repository has been archived by the owner on Jun 8, 2022. It is now read-only.

Commit

Permalink
Replace reference to "riscvemu" in temu --help
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandotcl committed Jul 18, 2019
1 parent fc1b9fa commit 9da2c88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion temu.c
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@ static struct option options[] = {
void help(void)
{
printf("temu version " CONFIG_VERSION ", Copyright (c) 2016-2018 Fabrice Bellard\n"
"usage: riscvemu [options] config_file\n"
"usage: temu [options] config_file\n"
"options are:\n"
"-m ram_size set the RAM size in MB\n"
"-rw allow write access to the disk image (default=snapshot)\n"
Expand Down

0 comments on commit 9da2c88

Please sign in to comment.