Further edits to help messages (#6913)

This commit is contained in:
Leon
2022-10-27 02:36:42 +10:00
committed by GitHub
parent 902aad6016
commit 5add5cbd12
34 changed files with 113 additions and 73 deletions

View File

@ -662,7 +662,7 @@ fn argument_subexpression_reports_errors() {
fn can_process_one_row_from_internal_and_pipes_it_to_stdin_of_external() {
let actual = nu!(
cwd: ".",
r#"echo "nushelll" | nu --testbin chop"#
r#""nushelll" | nu --testbin chop"#
);
assert_eq!(actual.out, "nushell");
@ -1232,7 +1232,7 @@ mod parse {
> debug {flags}
flags:
-h, --help: Display this help message
-h, --help: Display the help message for this command
-r, --raw: Prints the raw value representation.
*/