path/to/binary is the required argument (#847 fixed) (#884)

* cmd: include replay command in docs even if rr is not installed.

* path/to/binary is the required argument

Replaces #847
This commit is contained in:
Alessandro Arzilli
2017-06-20 19:36:07 +02:00
committed by Derek Parker
parent 311a53f80b
commit a90893f532
14 changed files with 17 additions and 17 deletions

View File

@ -8,5 +8,5 @@ import (
)
func main() {
doc.GenMarkdownTree(cmds.New(), "./Documentation/usage")
doc.GenMarkdownTree(cmds.New(true), "./Documentation/usage")
}