aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>2014-02-25 11:05:39 +0200
committerMarkus Lehtonen <markus.lehtonen@linux.intel.com>2014-02-25 11:05:39 +0200
commit47096766b59c05d1c04d644a9ea245dce6f07d67 (patch)
tree6e14cba48babf8f510a1bf9471a0ef2c26debe3b
parentb505e8016f5a5003fdfa12619600df91e1a8ae97 (diff)
bootstrap: minor typo fix
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
-rwxr-xr-xbootstrap.py2
1 files changed, 1 insertions, 1 deletions
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)