cmd: Fix comment for CMD_PIPE.
This commit is contained in:
parent
8f8aa7a35e
commit
d1862e473b
|
@ -36,7 +36,7 @@ typedef enum _CMDdelimiters {
|
|||
CMD_NONE, /* End of line or single & */
|
||||
CMD_ONFAILURE, /* || */
|
||||
CMD_ONSUCCESS, /* && */
|
||||
CMD_PIPE /* Single */
|
||||
CMD_PIPE /* Single | */
|
||||
} CMD_DELIMITERS;
|
||||
|
||||
typedef struct _CMD_LIST {
|
||||
|
|
Loading…
Reference in New Issue