Update __main__.py

This commit is contained in:
KnugiHK
2023-06-02 02:41:06 +08:00
parent e9499c3bb7
commit 8750315e8e

View File

@@ -141,7 +141,7 @@ def main():
dest="check_update",
default=False,
action='store_true',
help="Check for updates"
help="Check for updates (require Internet access)"
)
args = parser.parse_args()