]> Kevux Git Server - fll/commitdiff
Cleanup: fix alignment of help text fo normal, simple, and classic parameters
authorKevin Day <thekevinday@gmail.com>
Sat, 14 Sep 2019 20:58:51 +0000 (15:58 -0500)
committerKevin Day <thekevinday@gmail.com>
Sat, 14 Sep 2019 20:58:51 +0000 (15:58 -0500)
level_3/byte_dump/c/byte_dump.c

index f4763c6782af93c815efdcc818c8eba96dbbb8a8..3b8b33d8ad5bdd019a3bc55a9f65a8ef10317eae 100644 (file)
@@ -35,9 +35,9 @@ extern "C" {
 
     printf("%c", f_string_eol);
 
-    fll_program_print_help_option_long(data.context, byte_dump_long_normal, f_console_symbol_long_enable, "Display UTF-8 symbols for ASCII control codes.");
-    fll_program_print_help_option_long(data.context, byte_dump_long_simple, f_console_symbol_long_enable, "Display spaces for ASCII control codes.");
-    fll_program_print_help_option_long(data.context, byte_dump_long_classic, f_console_symbol_long_enable, "Display periods for ASCII control codes.");
+    fll_program_print_help_option_long(data.context, byte_dump_long_normal, f_console_symbol_long_enable, "     Display UTF-8 symbols for ASCII control codes.");
+    fll_program_print_help_option_long(data.context, byte_dump_long_simple, f_console_symbol_long_enable, "     Display spaces for ASCII control codes.");
+    fll_program_print_help_option_long(data.context, byte_dump_long_classic, f_console_symbol_long_enable, "    Display periods for ASCII control codes.");
 
     fll_program_print_help_usage(data.context, byte_dump_name, "filename(s)");