[Piuparts-commits] [piuparts] 02/06: p: accept --logfile as alias for --log-file
Holger Levsen
holger at moszumanska.debian.org
Mon Aug 10 08:43:13 UTC 2015
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch develop
in repository piuparts.
commit 4a1796162fcc307f22fe80a0fbaed9fbe7b6c395
Author: Andreas Beckmann <anbe at debian.org>
Date: Sun Aug 9 23:15:06 2015 +0200
p: accept --logfile as alias for --log-file
Signed-off-by: Andreas Beckmann <anbe at debian.org>
---
piuparts.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/piuparts.py b/piuparts.py
index 923763d..48866b2 100644
--- a/piuparts.py
+++ b/piuparts.py
@@ -2738,7 +2738,7 @@ def parse_command_line():
"etc/apt/sources.list (only makes sense " +
"with --basetgz).")
- parser.add_option("-l", "--log-file", metavar="FILENAME",
+ parser.add_option("-l", "--log-file", "--logfile", metavar="FILENAME",
help="Write log file to FILENAME in addition to " +
"the standard output.")
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/piuparts/piuparts.git
More information about the Piuparts-commits
mailing list