Skip to content

Commit eb016d1

Browse files
committed
💄 Align help text correctly
1 parent 16f3c69 commit eb016d1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎cli.js‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ function createHelpText() {
4848
${bold('Additional options')}
4949
${yellow(`--token`)}, ${yellow(`-t`)} GitHub Personal Access Token (PAT) ${dim('(default GITHUB_TOKEN)')}.
5050
${yellow(`--hostname`)} GitHub Enterprise Server ${bold('hostname')} ${dim('(default api.github.com)')}.
51-
${dim(`For example: ${yellow('github.example.com')}`)}
51+
${dim(`For example: ${yellow('github.example.com')}`)}
5252
5353
${bold('Report options')}
5454
${yellow(`--all`)} Report all below or individually:
@@ -59,7 +59,7 @@ function createHelpText() {
5959
${yellow(`--vars`)} Report ${bold('vars')} used.
6060
${yellow(`--uses`)} Report ${bold('uses')} values.
6161
${yellow(`--exclude`)} Exclude GitHub Actions created by GitHub. ${dim(`(can be used with ${yellow('--all')})`)}
62-
${dim(`From https://github.com/actions and https://github.com/github organizations.
62+
${dim(`From https://github.com/actions and https://github.com/github organizations.
6363
Only applies to ${yellow(`--uses`)}.`)}
6464
${yellow(`--unique`)} List unique GitHub Actions.
6565
${dim(

0 commit comments

Comments
 (0)