Skip to content

Commit 95906ac

Browse files
authored
Fix double click message (#4)
* Update usage error message with correct GitHub link
1 parent 4c1e055 commit 95906ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/codecat/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def main():
3939
"Example Usage:\n"
4040
" [cyan]codecat --help[/cyan]\n\n"
4141
"For more information, visit the GitHub README:\n"
42-
" [cyan link=https://github.com/your-repo/codecat?tab=readme-ov-file#-codecat]https://github.com/your-repo/codecat[/cyan]\n",
42+
" [cyan][link=https://github.com/exonymos/codecat?tab=readme-ov-file#-codecat]https://github.com/exonymos/codecat[/link][/cyan]",
4343
title="Usage Error",
4444
border_style="red",
4545
padding=(1, 2),

0 commit comments

Comments
 (0)