Skip to content

Commit

Permalink
Fix subcommands list in github extension's sl pr -h command
Browse files Browse the repository at this point in the history
  • Loading branch information
touilleMan committed Sep 23, 2023
1 parent 6b13508 commit 3f414f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eden/scm/edenscm/ext/github/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def extsetup(ui):
@command(
"pr",
[],
_("<submit|get|link|unlink|...>"),
_("<submit|pull|list|link|unlink|...>"),
)
def pull_request_command(ui, repo, *args, **opts):
"""exchange local commit data with GitHub pull requests"""
Expand Down

0 comments on commit 3f414f0

Please sign in to comment.