Skip to content

Commit

Permalink
Fix into datetime example parameter type (nushell#862)
Browse files Browse the repository at this point in the history
  • Loading branch information
eggcaker committed Jan 27, 2022
1 parent 267ff4b commit 9926561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/nu-command/src/conversions/into/datetime.rs
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ impl Command for SubCommand {
Example {
description:
"Convert timestamp (no larger than 8e+12) to datetime using a specified timezone offset (between -12 and 12)",
example: "'1614434140' | into datetime -o '+9'",
example: "'1614434140' | into datetime -o +9",
result: None,
},
]
Expand Down

0 comments on commit 9926561

Please sign in to comment.