2
2
mirror of https://github.com/octoleo/restic.git synced 2024-05-28 06:30:53 +00:00

Correct manpage command

This commit is contained in:
Shayne Holmes 2017-09-11 11:21:44 -07:00
parent 00797fdd85
commit affc6c3390

View File

@ -133,7 +133,7 @@ down to the following steps:
texts, the manual pages need to be regenerated and commited to the
repository. In order to do this, compile restic and save the generated
updated man pages in the subdir `doc/man` with the following command:
`./restic manpages --output-dir doc/man`
`./restic manpage --output-dir doc/man`
9. Once your code looks good and passes all the tests, we'll merge it. Thanks
a lot for your contribution!