Remove yr and mon (#3262)

* Remove `yr` and `mon`

* Remove usage of mon in test

* Fix test
This commit is contained in:
Mohammed Anas
2021-04-04 18:19:33 +00:00
committed by GitHub
parent 00acf22f5f
commit e5621dea58
6 changed files with 7 additions and 35 deletions

View File

@ -53,8 +53,8 @@ impl WholeStreamCommand for Command {
result: None,
},
Example {
description: "List all files that were modified in the last two months",
example: "ls | where modified <= 2mon",
description: "List all files that were modified in the last two weeks",
example: "ls | where modified <= 2wk",
result: None,
},
]