Skip to content
Snippets Groups Projects
Commit 24baad1e authored by Wanting Niu's avatar Wanting Niu :speech_balloon:
Browse files

default named to asd instead psd

parent 87dc3e98
No related branches found
No related tags found
No related merge requests found
Pipeline #708854 failed
......@@ -44,7 +44,7 @@ def parse_command_line():
parser = OptionParser(
description = ""
)
parser.add_option("--prefix", metavar = "string", default = "psd_", help = "Prepend output files with this string (default = \"psd_\").")
parser.add_option("--prefix", metavar = "string", default = "asd_", help = "Prepend output files with this string (default = \"psd_\").")
parser.add_option("-v", "--verbose", action = "store_true", help = "Be verbose (optional).")
options, filenames = parser.parse_args()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment