mirror of
https://github.com/nushell/nushell.git
synced 2024-11-22 00:13:21 +01:00
Drop outdated touch -d
example (#13631)
Fixes nushell/nushell#8723 # Description The example was showing the flag that no longer exists. # User-Facing Changes Help no longer shows the example with `-d` flag. # Tests + Formatting I trust in CI. # After Submitting Nothing.
This commit is contained in:
parent
621fb25670
commit
7e9d32d64e
@ -179,11 +179,6 @@ impl Command for Touch {
|
||||
example: "touch -m fixture.json",
|
||||
result: None,
|
||||
},
|
||||
Example {
|
||||
description: "Changes the last modified time of files a, b and c to a date",
|
||||
example: r#"touch -m -d "yesterday" a b c"#,
|
||||
result: None,
|
||||
},
|
||||
Example {
|
||||
description: r#"Changes the last modified time of file d and e to "fixture.json"'s last modified time"#,
|
||||
example: r#"touch -m -r fixture.json d e"#,
|
||||
|
Loading…
Reference in New Issue
Block a user