f
This commit is contained in:
@@ -283,8 +283,7 @@ class SharedArgs:
|
||||
"location",
|
||||
type="enum",
|
||||
choices=["hydrus",
|
||||
"0x0",
|
||||
"local"],
|
||||
"0x0"],
|
||||
required=True,
|
||||
description="Destination location",
|
||||
)
|
||||
@@ -292,7 +291,7 @@ class SharedArgs:
|
||||
DELETE = CmdletArg(
|
||||
"delete",
|
||||
type="flag",
|
||||
description="Delete the file and its .tag after successful operation.",
|
||||
description="Delete the file after successful operation.",
|
||||
)
|
||||
|
||||
# Metadata arguments
|
||||
|
||||
Reference in New Issue
Block a user