Skip to content

Commit

Permalink
Threads option was incorrectly marked as an input
Browse files Browse the repository at this point in the history
  • Loading branch information
maxim-zhao committed Jun 29, 2024
1 parent ae6e780 commit d0a4fdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SidWizPlus/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ private class Settings
[Option("youtubemerge", HelpText = "Merge the specified videos (wildcard, results sorted alphabetically) to one file and upload to YouTube", Group="Inputs")]
public string YouTubeMerge { get; set; }

[Option("threads", HelpText = "Number of rendering threads to use. Defaults to as many CPUs as your computer has.", Group="Inputs", Default = -1)]
[Option("threads", HelpText = "Number of rendering threads to use. Defaults to as many CPUs as your computer has.", Default = -1)]
public int ThreadCount { get; set; }
}

Expand Down

0 comments on commit d0a4fdb

Please sign in to comment.