mirror of
https://github.com/nushell/nushell.git
synced 2025-02-23 05:51:28 +01:00
Merge pull request #308 from twe4ked/date-signature-typo
Fix typo in date command signature
This commit is contained in:
commit
e727f61d1d
@ -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 New Issue
Block a user