Skip to content

Commit

Permalink
fix: config final message typo (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-omarov authored Mar 4, 2023
1 parent 55aeee2 commit 9afe4c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/config/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ export async function configAction(): Promise<void> {
colors.green(
'You can add local repositories for synchronization with the "add" command.',
),
colors.green('See more information with the "help" command.'),
colors.green('See more information with the "--help" flag.'),
);
}

Expand Down

0 comments on commit 9afe4c3

Please sign in to comment.