fixed a typo in zipline.py
This commit is contained in:
parent
f17e052ea3
commit
bc4b9f49d6
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue