forked from extern/nushell
Fix typo in date command signature
This commit is contained in:
parent
81d83d7655
commit
b5db24f9ad
@ -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