Skip to content

Commit

Permalink
Merge pull request #42 from martial-god/Dev
Browse files Browse the repository at this point in the history
update for commadline option
  • Loading branch information
feahnthor authored Dec 27, 2023
2 parents eaad6e1 + f48b0f2 commit b52696d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Benny-Scraper/CommandlineOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public class CommandLineOptions
[Option('S', "search", Required = false, Hidden = true, HelpText = "Search for novel by Title, can seach by partial name [STRING].")]
public string SearchKeyword { get; set; }

[Option('U', "update-all", Required = false, Hidden = true, HelpText = "Updates all non-completed novels in database. Will only update ones that were not modified the same day")]
[Option('U', "update-all", Required = false, HelpText = "Updates all non-completed novels in database. Will only update ones that were not modified the same day")]
public bool UpdateAll { get; set; }
}
}

0 comments on commit b52696d

Please sign in to comment.