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

Merge pull request #624 from Janrain-Colin/patch-1

Doc correction
This commit is contained in:
Nico Williams
2014-12-26 22:14:17 -06:00

View File

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