diff options
-rw-r--r-- | man/repo.1 | 4 | ||||
-rw-r--r-- | subcmds/help.py | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -1,5 +1,5 @@ | |||
1 | .\" DO NOT MODIFY THIS FILE! It was generated by help2man. | 1 | .\" DO NOT MODIFY THIS FILE! It was generated by help2man. |
2 | .TH REPO "1" "July 2021" "repo" "Repo Manual" | 2 | .TH REPO "1" "November 2021" "repo" "Repo Manual" |
3 | .SH NAME | 3 | .SH NAME |
4 | repo \- repository management tool built on top of git | 4 | repo \- repository management tool built on top of git |
5 | .SH SYNOPSIS | 5 | .SH SYNOPSIS |
@@ -43,7 +43,7 @@ filename of event log to append timeline to | |||
43 | .TP | 43 | .TP |
44 | \fB\-\-git\-trace2\-event\-log\fR=\fI\,GIT_TRACE2_EVENT_LOG\/\fR | 44 | \fB\-\-git\-trace2\-event\-log\fR=\fI\,GIT_TRACE2_EVENT_LOG\/\fR |
45 | directory to write git trace2 event log to | 45 | directory to write git trace2 event log to |
46 | .SS "The complete list of recognized repo commands are:" | 46 | .SS "The complete list of recognized repo commands is:" |
47 | .TP | 47 | .TP |
48 | abandon | 48 | abandon |
49 | Permanently abandon a development branch | 49 | Permanently abandon a development branch |
diff --git a/subcmds/help.py b/subcmds/help.py index 1a60ef45..1ad391db 100644 --- a/subcmds/help.py +++ b/subcmds/help.py | |||
@@ -53,7 +53,7 @@ Displays detailed usage information about a command. | |||
53 | self.PrintAllCommandsBody() | 53 | self.PrintAllCommandsBody() |
54 | 54 | ||
55 | def PrintAllCommandsBody(self): | 55 | def PrintAllCommandsBody(self): |
56 | print('The complete list of recognized repo commands are:') | 56 | print('The complete list of recognized repo commands is:') |
57 | commandNames = list(sorted(all_commands)) | 57 | commandNames = list(sorted(all_commands)) |
58 | self._PrintCommands(commandNames) | 58 | self._PrintCommands(commandNames) |
59 | print("See 'repo help <command>' for more information on a " | 59 | print("See 'repo help <command>' for more information on a " |