projects
/
tools
/
git-buildpackage-rpm-testdata.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b505e80
)
bootstrap: minor typo fix
author
Markus Lehtonen
<markus.lehtonen@linux.intel.com>
Tue, 25 Feb 2014 09:05:39 +0000
(11:05 +0200)
committer
Markus Lehtonen
<markus.lehtonen@linux.intel.com>
Tue, 25 Feb 2014 09:05:39 +0000
(11:05 +0200)
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
bootstrap.py
patch
|
blob
|
history
diff --git
a/bootstrap.py
b/bootstrap.py
index 3ca975d5b120d564c9acc64db4be459601eb6c6c..6980f6323a0066149fb8a40ceb133f5e2fde166b 100755
(executable)
--- a/
bootstrap.py
+++ b/
bootstrap.py
@@
-79,7
+79,7
@@
def parse_args(argv=None):
parser.add_argument('--no-build', action='store_true',
help="Do not build the packages")
parser.add_argument('--keep-tmp', '-k', action='store_true',
- help="Do not remo
t
e the temporary data dir")
+ help="Do not remo
v
e the temporary data dir")
parser.add_argument('--silent-build', '-s', action='store_true',
help="Silent build, i.e. no rpmbuild output shown")
return parser.parse_args(argv)