Merge pull request #2479 from rawtaz/sing-pulitzer-group

Accept both singular and plural for --group-by (#2330)
This commit is contained in:
rawtaz
2019-11-20 21:03:05 +01:00
committed by GitHub
2 changed files with 9 additions and 3 deletions

View File

@@ -0,0 +1,6 @@
Enhancement: Make `--group-by` accept both singular and plural
One can now use the values `host`/`hosts`, `path`/`paths` and
`tag` / `tags` interchangeably in the `--group-by` argument.
https://github.com/restic/restic/issues/2330