fix(worktree-lifecycle): use github.com as example in set-pr help

This commit is contained in:
shokollm
2026-04-05 03:52:41 +00:00
parent 3107dbf1e5
commit ce4116bcb1
2 changed files with 2 additions and 1 deletions

View File

@@ -2022,7 +2022,7 @@ main() {
local pr_url="${2:-}"
if [ -z "$issue_ref" ] || [ -z "$pr_url" ]; then
echo "Usage: kugetsu set-pr <issue-ref> <pr-url>" >&2
echo "Example: kugetsu set-pr github.com/shoko/kugetsu#14 https://git.fbrns.co/shoko/kugetsu/pulls/123" >&2
echo "Example: kugetsu set-pr github.com/shoko/kugetsu#14 https://github.com/shoko/kugetsu/pulls/123" >&2
exit 1
fi
validate_issue_ref "$issue_ref"