diff --git a/scripts/zipline.py b/scripts/zipline.py index 5dd1392..92ffece 100755 --- a/scripts/zipline.py +++ b/scripts/zipline.py @@ -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, )