We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30f4e3e commit bce8111Copy full SHA for bce8111
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