aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/msubprojects.py
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz@archlinux.org>2022-02-01 02:19:44 -0500
committerEli Schwartz <eschwartz@archlinux.org>2022-02-16 18:19:13 -0500
commit60c893f1c2d348d5c8530c9b0928e6a0bc082217 (patch)
treefeed5ff299935e35981660aa9881c33f6f88ac10 /mesonbuild/msubprojects.py
parent07d9c72e17d15983f5a54256a0f39cb7414ed3dc (diff)
downloadmeson-60c893f1c2d348d5c8530c9b0928e6a0bc082217.zip
meson-60c893f1c2d348d5c8530c9b0928e6a0bc082217.tar.gz
meson-60c893f1c2d348d5c8530c9b0928e6a0bc082217.tar.bz2
flake8: remove some redundant separators
Diffstat (limited to 'mesonbuild/msubprojects.py')
-rwxr-xr-xmesonbuild/msubprojects.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonbuild/msubprojects.py b/mesonbuild/msubprojects.py
index 4eb3632..9e9af2a 100755
--- a/mesonbuild/msubprojects.py
+++ b/mesonbuild/msubprojects.py
@@ -586,7 +586,7 @@ def add_arguments(parser: argparse.ArgumentParser) -> None:
p = subparsers.add_parser('update', help='Update all subprojects from wrap files')
p.add_argument('--rebase', default=True, action='store_true',
- help='Rebase your branch on top of wrap\'s revision. ' + \
+ help='Rebase your branch on top of wrap\'s revision. ' +
'Deprecated, it is now the default behaviour. (git only)')
p.add_argument('--reset', default=False, action='store_true',
help='Checkout wrap\'s revision and hard reset to that commit. (git only)')