Pass --show-rc option to Borg when at highest verbosity level (#89).

This commit is contained in:
2018-08-19 12:44:40 -07:00
parent da7aed3814
commit 7d40a448cb
14 changed files with 17 additions and 15 deletions

View File

@@ -37,6 +37,7 @@ for sub_command in prune create check list info; do
| grep -v '^--nobsdflags$' \
| grep -v '^--pattern$' \
| grep -v '^--repository-only$' \
| grep -v '^--show-rc$' \
| grep -v '^--stats$' \
| grep -v '^--verbose$' \
| grep -v '^--warning$' \