Skip to content

Commit de8f6fd

Browse files
committed
Merge remote-tracking branch 'origin/dev' into dev
2 parents 77b4bfe + bce8111 commit de8f6fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ async def main(app: AppStartManager):
2727

2828

2929
def get_args():
30-
parser = argparse.ArgumentParser(description="App, that inverts colors when you opens blinding white windows")
30+
parser = argparse.ArgumentParser(description="An app that inverts colors when you open blindingly white windows")
3131
parser.add_argument('--allow-multiple', '-m',
3232
action='store_true',
3333
help="Disable single-instance check")

0 commit comments

Comments
 (0)