Skip to content

Commit

Permalink
Fix some help typos
Browse files Browse the repository at this point in the history
  • Loading branch information
puremourning committed Oct 6, 2019
1 parent e9ca4a7 commit 0e76340
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install_gadget.py
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ def CloneRepoTo( url, ref, destination ):
parser = argparse.ArgumentParser()
parser.add_argument( '--all',
action = 'store_true',
help = 'Enable all completers' )
help = 'Enable all supported completers' )

done_languages = set()
for name, gadget in GADGETS.items():
Expand Down Expand Up @@ -506,7 +506,7 @@ def CloneRepoTo( url, ref, destination ):
parser.add_argument(
'--disable-' + lang,
action = 'store_true',
help = 'Don\t install the {} debug adapter for {} support '
help = "Don't install the {} debug adapter for {} support "
'(when supplying --all)'.format( name, lang ) )

args = parser.parse_args()
Expand Down

0 comments on commit 0e76340

Please sign in to comment.