From 5260e4c3001f4c35c643e8f24caae46e0733c30b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Martin=20=C3=85berg?= Date: Sun, 17 Feb 2019 16:13:25 +0100 Subject: [PATCH] Do not mix tab and space in help output --- simavr/sim/run_avr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" -- 2.39.5