adjust msg
This commit is contained in:
parent
366e3d4103
commit
6ef12fa267
|
@ -653,7 +653,7 @@ fn try_lex_special_piped_item(
|
||||||
return (
|
return (
|
||||||
None,
|
None,
|
||||||
Some(ParseError::Expected(
|
Some(ParseError::Expected(
|
||||||
"|. Note: redirection stdout to pipe is the same as piping directly.",
|
"`|`. Redirection stdout to pipe is the same as piping directly.",
|
||||||
Span::new(span_offset + offset, span_offset + offset + o_pipe_len),
|
Span::new(span_offset + offset, span_offset + offset + o_pipe_len),
|
||||||
)),
|
)),
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user