docs(core): update org name in examples (letheanvpn → LetheanNetwork)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
4d72229e01
commit
1d3245a00c
2 changed files with 2 additions and 2 deletions
|
|
@ -21,7 +21,7 @@ func AddInstallCommand(parent *clir.Cli) {
|
|||
installCmd.LongDescription("Clones a repository from GitHub.\n\n" +
|
||||
"Examples:\n" +
|
||||
" core install --repo host-uk/core-php\n" +
|
||||
" core install --repo letheanvpn/lthn-mod-wallet\n" +
|
||||
" core install --repo LetheanNetwork/lthn-mod-wallet\n" +
|
||||
" core install --repo host-uk/core-tenant --dir ./packages")
|
||||
|
||||
installCmd.StringFlag("repo", "Repository to install (org/repo format)", &repo)
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ func AddSearchCommand(parent *clir.Cli) {
|
|||
"Examples:\n" +
|
||||
" core search --org host-uk --pattern 'core-*'\n" +
|
||||
" core search --org mycompany --pattern '*-mod-*'\n" +
|
||||
" core search --org letheanvpn --refresh")
|
||||
" core search --org LetheanNetwork --refresh")
|
||||
|
||||
searchCmd.StringFlag("org", "GitHub organization to search (required)", &org)
|
||||
searchCmd.StringFlag("pattern", "Repo name pattern (* for wildcard)", &pattern)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue