]> Kevux Git Server - fll/commitdiff
Cleanup: add space to --help for duodecimal parameter
authorKevin Day <thekevinday@gmail.com>
Sun, 10 Nov 2019 04:39:41 +0000 (22:39 -0600)
committerKevin Day <thekevinday@gmail.com>
Sun, 10 Nov 2019 04:39:41 +0000 (22:39 -0600)
level_3/byte_dump/c/byte_dump.c

index ec6b07528232e8530b88692217904d28352c82f5..e67eeab9c5d7315a70d9aa27c41a49a4b8566f57 100644 (file)
@@ -19,7 +19,7 @@ extern "C" {
 
     fll_program_print_help_option(data.context, byte_dump_short_binary, byte_dump_long_binary, f_console_symbol_short_enable, f_console_symbol_long_enable, "     Display binary representation.");
     fll_program_print_help_option(data.context, byte_dump_short_decimal, byte_dump_long_decimal, f_console_symbol_short_enable, f_console_symbol_long_enable, "    Display decimal representation.");
-    fll_program_print_help_option(data.context, byte_dump_short_duodecimal, byte_dump_long_duodecimal, f_console_symbol_short_enable, f_console_symbol_long_enable, "Display duodecimal representation.");
+    fll_program_print_help_option(data.context, byte_dump_short_duodecimal, byte_dump_long_duodecimal, f_console_symbol_short_enable, f_console_symbol_long_enable, " Display duodecimal representation.");
     fll_program_print_help_option(data.context, byte_dump_short_hexidecimal, byte_dump_long_hexidecimal, f_console_symbol_short_enable, f_console_symbol_long_enable, "Display hexadecimal representation.");
     fll_program_print_help_option(data.context, byte_dump_short_octal, byte_dump_long_octal, f_console_symbol_short_enable, f_console_symbol_long_enable, "      Display octal representation.");