Merge pull request #308 from twe4ked/date-signature-typo

Fix typo in date command signature
This commit is contained in:
Jonathan Turner
2019-08-19 13:11:03 +12:00
committed by GitHub

View File

@ -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")
}
}