Skip to content

Commit

Permalink
Help command finised
Browse files Browse the repository at this point in the history
  • Loading branch information
ShujianDou authored Aug 5, 2020
1 parent 3f19f35 commit ca823db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CS/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ static void Main(string[] args)
{
case "-help":
{
Console.WriteLine("~HELP~\nUsage:\nVidStreamIO.exe -S \"anime_name\" | This will report back all downloaded links for the series found; use with youtube-dl\nParameters:\n-S | Search for the anime with a given name.\n-pD | Download from highest episode to lowest e.g 100 to 0");
break;
}
case "-S":
Expand Down

0 comments on commit ca823db

Please sign in to comment.