From bc4b9f49d6b3c5b896937a8271fb082ac9cbfcdf Mon Sep 17 00:00:00 2001 From: cswimr Date: Fri, 22 Nov 2024 10:47:30 -0500 Subject: [PATCH] fixed a typo in `zipline.py` --- scripts/zipline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, )