forked from extern/nushell
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 {
|
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