Reword changelog

This commit is contained in:
Alexander Neumann 2018-10-03 10:34:50 +02:00
parent d1df3718b5
commit 33dfbf5c38
1 changed files with 5 additions and 4 deletions

View File

@ -1,6 +1,7 @@
Enhancement: Accept glob in paths that are in file loaded with --file-from
Enhancement: Accept glob in paths loaded via --files-from
Before that, behaviour was different if paths were appended to command line or
from a file, because wild card characters were expanded by shell if appended to
command line, but not expanded if loaded from file.
Before that, behaviour was different if paths were appended to command line or from a file, because wildcard characters were expanded by shell if appended to command line, but not expanded if loaded from file
https://github.com/restic/restic/issues/1891