]> Kevux Git Server - fll/commitdiff
Update: do not provide a default pipe argument afterall
authorKevin Day <kevin@kevux.org>
Sun, 11 Mar 2012 06:12:22 +0000 (00:12 -0600)
committerKevin Day <kevin@kevux.org>
Sun, 11 Mar 2012 06:12:22 +0000 (00:12 -0600)
Now that I have learned how to read pipes, this usage parameter that I guessed about is not needed.

level_0/f_console/c/console.h

index adf960dde6e71959b0a6f367f51a9579e96a7263..96f33e6f567e438c9546bb6472b278c2b31d1804 100644 (file)
@@ -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 <size>
   #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_