From affc6c33909dea9729e6fe234532dc857cf5bdd4 Mon Sep 17 00:00:00 2001 From: Shayne Holmes Date: Mon, 11 Sep 2017 11:21:44 -0700 Subject: [PATCH] Correct manpage command --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0ee97d3fa..f01c82a0e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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!