bootstrap: minor typo fix
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Tue, 25 Feb 2014 09:05:39 +0000 (11:05 +0200)
committerMarkus 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

index 3ca975d5b120d564c9acc64db4be459601eb6c6c..6980f6323a0066149fb8a40ceb133f5e2fde166b 100755 (executable)
@@ -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)