From 46f71f4c22c58ab0bed7c35dd2b845530987bb05 Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Sat, 18 Aug 2018 15:14:52 +0200 Subject: [PATCH] Improve changelog entry --- changelog/unreleased/pull-1953 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/changelog/unreleased/pull-1953 b/changelog/unreleased/pull-1953 index b0d453a21..e22c4b22d 100644 --- a/changelog/unreleased/pull-1953 +++ b/changelog/unreleased/pull-1953 @@ -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