Skip to content

Commit

Permalink
[Cli] Typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfteam committed Jun 28, 2021
1 parent e81f36c commit 5d42554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CastIt.Cli/Commands/PlayLists/AddCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

namespace CastIt.Cli.Commands.PlayLists
{
[Command(Name = "add", Description = "Deletes all the play lists except the provided one", OptionsComparison = StringComparison.InvariantCultureIgnoreCase)]
[Command(Name = "add", Description = "Adds folder / files to the specified playlist", OptionsComparison = StringComparison.InvariantCultureIgnoreCase)]
public class AddCommand : BaseCommand
{
[Argument(0, Description = "The playlist id", ShowInHelpText = true)]
Expand Down

0 comments on commit 5d42554

Please sign in to comment.