Skip to content

Commit

Permalink
Change commmand line option name to "--visual"
Browse files Browse the repository at this point in the history
  • Loading branch information
www committed Aug 1, 2020
1 parent f526121 commit 0983d21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion YTSubConverter/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ private static CommandLineArguments ParseArguments(string[] args)
{
switch (arg)
{
case "-viz":
case "--visual":
parsedArgs.ForVisualization = true;
break;
}
Expand Down

0 comments on commit 0983d21

Please sign in to comment.