Skip to content

Commit

Permalink
Update command description to include full name (GitHub Actions Impor…
Browse files Browse the repository at this point in the history
…ter)

Co-authored-by: Ethan Dennis <ethanis@github.com>
  • Loading branch information
Chaseshak and ethanis committed Mar 29, 2023
1 parent 4318d34 commit 6723575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ActionsImporter/Commands/ListFeatures.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public ListFeatures(string[] args) : base(args)
}

protected override string Name => "list-features";
protected override string Description => "List the available feature flags for Actions Importer.";
protected override string Description => "List the available feature flags for GitHub Actions Importer.";

protected override ImmutableArray<Option> Options => ImmutableArray.Create<Option>();
}

0 comments on commit 6723575

Please sign in to comment.