Reverted example
This commit is contained in:
parent
5fef4298c6
commit
9b34810ec1
|
@ -87,7 +87,7 @@ impl Command for Cal {
|
|||
},
|
||||
Example {
|
||||
description: "How many Friday the 13ths occurred in 2015",
|
||||
example: "cal --as-table --full-year 2015 | where {$it.fr == 13} | length",
|
||||
example: "cal --as-table --full-year 2015 | where fr == 13 | length",
|
||||
result: None,
|
||||
},
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue
Block a user