Skip to content

Commit

Permalink
Fix typo in enable features option
Browse files Browse the repository at this point in the history
  • Loading branch information
Chaseshak committed Mar 30, 2023
1 parent 6723575 commit 08769b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ActionsImporter/Commands/Common.cs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public static Command AppendTransformerOptions(this Command command)
command.AddGlobalOption(
new Option<string[]>(new[] { "--enable-features" })
{
Description = "A list of features by name to disable by name. Use `gh actions-importer list-features` to see available features.",
Description = "A list of features to enable by name. Use `gh actions-importer list-features` to see available features.",
IsRequired = false,
AllowMultipleArgumentsPerToken = true
}
Expand Down

0 comments on commit 08769b4

Please sign in to comment.