We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 77b4bfe + bce8111 commit de8f6fdCopy full SHA for de8f6fd
1 file changed
main.py
@@ -27,7 +27,7 @@ async def main(app: AppStartManager):
27
28
29
def get_args():
30
- parser = argparse.ArgumentParser(description="App, that inverts colors when you opens blinding white windows")
+ parser = argparse.ArgumentParser(description="An app that inverts colors when you open blindingly white windows")
31
parser.add_argument('--allow-multiple', '-m',
32
action='store_true',
33
help="Disable single-instance check")
0 commit comments