Commit 5260e4c3001f4c35c643e8f24caae46e0733c30b
authorMartin Åberg <martin@fripost.org>
Sun, 17 Feb 2019 15:13:25 +0000 (16:13 +0100)
committerMartin Åberg <martin@fripost.org>
Sun, 17 Feb 2019 15:26:43 +0000 (16:26 +0100)
simavr/sim/run_avr.c

index 3686ced04c3306b53141ae1826248ee3eeb2374e..90a9ef94913e1a6f33231b82eadc5020e72ded86 100644 (file)
@@ -38,8 +38,8 @@ display_usage(
        const char * app)
 {
        printf("Usage: %s [...] <firmware>\n", app);
-       printf( "               [--freq|-f <freq>]  Sets the frequency for an .hex firmware\n"
-                       "               [--mcu|-m <device>] Sets the MCU type for an .hex firmware\n"
+       printf( "       [--freq|-f <freq>]  Sets the frequency for an .hex firmware\n"
+                       "       [--mcu|-m <device>] 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"
                        "       [--trace, -t]       Run full scale decoder trace\n"