diff --git a/simavr/sim/run_avr.c b/simavr/sim/run_avr.c index b4fda3fa6..3b5883161 100644 --- a/simavr/sim/run_avr.c +++ b/simavr/sim/run_avr.c @@ -38,7 +38,7 @@ display_usage( const char * app) { printf("Usage: %s [...] \n", app); - printf( " [--freq|-f ] Sets the frequency for an .hex firmware\n" + printf( " [--freq|-f ] Sets the frequency in HZ for an .hex firmware\n" " [--mcu|-m ] Sets the MCU type for an .hex firmware\n" " [--list-cores] List all supported AVR cores and exit\n" " [--help|-h] Display this usage message and exit\n"