mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 09:00:44 +00:00
Be explicit about the identifier that needs to be passed to 'convert'
This commit is contained in:
@@ -637,7 +637,7 @@ struct ConvertCommand : public Command
|
||||
{
|
||||
cmdline::oneof_reader<string> formatOptions;
|
||||
for(CaptureFileFormat f : m_Formats)
|
||||
formatOptions.add(f.name);
|
||||
formatOptions.add((std::string(f.extension) + " - ") + f.name.c_str());
|
||||
|
||||
parser.add<string>("filename", 'f', "The file to convert from.", false);
|
||||
parser.add<string>("output", 'o', "The file to convert to.", false);
|
||||
|
||||
Reference in New Issue
Block a user