fixed a typo in zipline.py

This commit is contained in:
Seaswimmer 2024-11-22 10:47:30 -05:00
parent f17e052ea3
commit bc4b9f49d6
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087

View file

@ -98,7 +98,7 @@ if __name__ == "__main__":
)
parser.add_argument(
"--desktop-entry",
help="The desktop entry file for the application that is uploading the file. If this is provided, send-notify will be invoked to display a notification if the upload succeeds or fails.",
help="The desktop entry file for the application that is uploading the file. If this is provided, notify-send will be invoked to display a notification if the upload succeeds or fails.",
default=None,
)