X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=doc%2Fcmds.texi;h=abd09905baf2d0820745ed6224113046c7171e0b;hb=314f58ec690c7321535d6718e8d3a0ecb4cac019;hp=1483b7f204569cb0c43cf6b70c424bf2fc90c87b;hpb=e2bafe8e0da716b4909da1b192d06c92c4f6260d;p=goredo.git diff --git a/doc/cmds.texi b/doc/cmds.texi index 1483b7f..abd0990 100644 --- a/doc/cmds.texi +++ b/doc/cmds.texi @@ -46,7 +46,7 @@ default.do @url{https://en.wikipedia.org/wiki/DOT_(graph_description_language), DOT} graph generator. For example to visualize your dependencies with GraphViz: @example -$ redo target [...] # to assure that **/.redo/*.dep are filled up +$ redo target [...] # to assure that **/.redo/*.rec are filled up $ redo-dot target [...] > whatever.dot $ dot -Tpng whatever.dot > whatever.png # possibly add -Gsplines=ortho @end example