mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-02-16 11:25:39 +00:00
CLOUDSYNC: added arguments - fix1
This commit is contained in:
parent
e7cc303abd
commit
9a9c901d6e
|
@ -43,7 +43,7 @@ if not os.path.exists(rules_config_path):
|
|||
# parse the args and see if we want to upload or download
|
||||
for opt, arg in opts:
|
||||
if opt == ("-h", "--help"):
|
||||
print (f "Usage:\n\
|
||||
print (f"Usage:\n\
|
||||
flatpak run [FLATPAK-RUN-OPTION] net.retrodeck-retrodeck [ARGUMENTS]\n\
|
||||
\n\
|
||||
Arguments:\n\
|
||||
|
|
Loading…
Reference in a new issue