From 47096766b59c05d1c04d644a9ea245dce6f07d67 Mon Sep 17 00:00:00 2001 From: Markus Lehtonen Date: Tue, 25 Feb 2014 11:05:39 +0200 Subject: [PATCH] bootstrap: minor typo fix Signed-off-by: Markus Lehtonen --- bootstrap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.34.1