diff options
Diffstat (limited to 'release')
-rwxr-xr-x | release/update-manpages | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release/update-manpages b/release/update-manpages index 3aeee206..f841f306 100755 --- a/release/update-manpages +++ b/release/update-manpages | |||
@@ -59,7 +59,7 @@ def main(argv): | |||
59 | cmdlist.append(['help2man', '-N', '-n', 'repository management tool built on top of git', | 59 | cmdlist.append(['help2man', '-N', '-n', 'repository management tool built on top of git', |
60 | '-S', 'repo', '-m', 'Repo Manual', f'--version-string={version}', | 60 | '-S', 'repo', '-m', 'Repo Manual', f'--version-string={version}', |
61 | '-o', MANDIR.joinpath('repo.1'), TOPDIR.joinpath('repo'), | 61 | '-o', MANDIR.joinpath('repo.1'), TOPDIR.joinpath('repo'), |
62 | '-h', 'help --all']) | 62 | '-h', '--help-all']) |
63 | 63 | ||
64 | with tempfile.TemporaryDirectory() as tempdir: | 64 | with tempfile.TemporaryDirectory() as tempdir: |
65 | repo_dir = Path(tempdir) / '.repo' | 65 | repo_dir = Path(tempdir) / '.repo' |