Correct manpage command

This commit is contained in:
Shayne Holmes 2017-09-11 11:21:44 -07:00
parent 00797fdd85
commit affc6c3390
1 changed files with 1 additions and 1 deletions

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!