From: Markus Lehtonen Date: Tue, 25 Feb 2014 09:05:39 +0000 (+0200) Subject: bootstrap: minor typo fix X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=47096766b59c05d1c04d644a9ea245dce6f07d67;p=tools%2Fgit-buildpackage-rpm-testdata.git bootstrap: minor typo fix Signed-off-by: Markus Lehtonen --- diff --git a/bootstrap.py b/bootstrap.py index 3ca975d..6980f63 100755 --- 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 remote the temporary data dir") + help="Do not remove 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)