From: Kevin Day Date: Sun, 11 Mar 2012 06:12:22 +0000 (-0600) Subject: Update: do not provide a default pipe argument afterall X-Git-Tag: 0.3.0~84 X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=5530f6dbfb9d6b0b346489239ad4dcc8189fc700;p=fll Update: do not provide a default pipe argument afterall Now that I have learned how to read pipes, this usage parameter that I guessed about is not needed. --- diff --git a/level_0/f_console/c/console.h b/level_0/f_console/c/console.h index adf960d..96f33e6 100644 --- a/level_0/f_console/c/console.h +++ b/level_0/f_console/c/console.h @@ -56,13 +56,11 @@ extern "C"{ #define f_console_standard_short_help "h" #define f_console_standard_short_light "l" // usage: +l #define f_console_standard_short_no_color "n" // usage: +n - #define f_console_standard_short_pipe "p" // usage: +p #define f_console_standard_short_version "v" #define f_console_standard_long_help "help" #define f_console_standard_long_light "light" #define f_console_standard_long_no_color "no_color" - #define f_console_standard_long_pipe "pipe" #define f_console_standard_long_version "version" #endif // _di_f_standard_console_parameters_