Improve changelog entry

This commit is contained in:
Alexander Neumann 2018-08-18 15:14:52 +02:00
parent 48cc2f2188
commit 46f71f4c22
1 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
Enhancement: ls: Add JSON output support for restic ls cmd
This PR enables users to get the output of `restic ls` in JSON format.
We've implemented listing files in the repository with JSON as output, just
pass `--json` as an option to `restic ls`. This makes the output of the command
machine readable.
https://github.com/restic/restic/pull/1953