summaryrefslogtreecommitdiffstats
path: root/lib/command_parse.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/command_parse.h')
-rw-r--r--lib/command_parse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/command_parse.h b/lib/command_parse.h
index d2c53385..ee219f84 100644
--- a/lib/command_parse.h
+++ b/lib/command_parse.h
@@ -485,7 +485,7 @@ enum cmd_pipe_type /* bit significant */
cmd_pipe_append = BIT(4), /* >> */
/* For out shell pipes */
- cmd_pipe_shell_only = BIT(4), /* | at start of line */
+ cmd_pipe_shell_cmd = BIT(4), /* | at start of line */
} ;
typedef enum cmd_pipe_type cmd_pipe_type_t ;