1
0
mirror of https://github.com/stedolan/jq.git synced 2024-05-11 05:55:39 +00:00

Doc correction

This commit is contained in:
Colin von Heuring
2014-11-23 11:37:50 -08:00
parent 30e00820a7
commit 6c8882caf3

View File

@ -1195,7 +1195,7 @@ sections:
body: |
Outputs its input with the given suffix string removed, if it
starts with it.
ends with it.
examples:
- program: '[.[]|rtrimstr("foo")]'