mirror of
https://github.com/danbulant/nushell
synced 2026-05-21 13:28:51 +00:00
Merge pull request #308 from twe4ked/date-signature-typo
Fix typo in date command signature
This commit is contained in:
commit
e727f61d1d
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ impl WholeStreamCommand for Date {
|
|||
}
|
||||
|
||||
fn signature(&self) -> Signature {
|
||||
Signature::build("mkdir").switch("utc").switch("local")
|
||||
Signature::build("date").switch("utc").switch("local")
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue