[Reproducible-commits] [misc] 01/01: unreproducible-installed: Fix help.

Valentin Lorentz progval-guest at moszumanska.debian.org
Sat Aug 15 10:28:56 UTC 2015


This is an automated email from the git hooks/post-receive script.

progval-guest pushed a commit to branch master
in repository misc.

commit 043a3c38b4bc870aa6ac35d7d2d4e9eded50f955
Author: Valentin Lorentz <progval at progval.net>
Date:   Sat Aug 15 12:30:12 2015 +0200

    unreproducible-installed: Fix help.
---
 unreproducible-installed | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/unreproducible-installed b/unreproducible-installed
index 7fc9447..e854032 100755
--- a/unreproducible-installed
+++ b/unreproducible-installed
@@ -38,7 +38,8 @@ rj_group.add_argument('--file-name', type=str, default=None,
     help='Where to find the reproducible.json file.')
 rj_group.add_argument('--save-to', type=str, default=None,
     help='Where to store the reproducible.json if it was downloaded. '
-         'Defaults to --file-name if given, %s otherwise.')
+         'Defaults to --file-name if given, %s otherwise.' %
+         DEFAULT_SAVE_TO)
 npy_group = parser.add_argument_group('nodes/packages.yml')
 npy_group.add_argument('--ignore-with-bugs', action='store_true',
     help='Do not show packages with bugs reported by the RB team.')

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/misc.git



More information about the Reproducible-commits mailing list