From: Martin Ã…berg Date: Sun, 17 Feb 2019 15:13:25 +0000 (+0100) Subject: Do not mix tab and space in help output X-Git-Tag: v1.7~33^2 X-Git-Url: https://git.htl-mechatronik.at/public/?a=commitdiff_plain;h=5260e4c3001f4c35c643e8f24caae46e0733c30b;p=sx%2Fsimavr.git Do not mix tab and space in help output --- diff --git a/simavr/sim/run_avr.c b/simavr/sim/run_avr.c index 3686ced..90a9ef9 100644 --- a/simavr/sim/run_avr.c +++ b/simavr/sim/run_avr.c @@ -38,8 +38,8 @@ display_usage( const char * app) { printf("Usage: %s [...] \n", app); - printf( " [--freq|-f ] Sets the frequency for an .hex firmware\n" - " [--mcu|-m ] Sets the MCU type for an .hex firmware\n" + printf( " [--freq|-f ] Sets the frequency 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" " [--trace, -t] Run full scale decoder trace\n"