X-Git-Url: http://www.git.cypherpunks.ru/?p=goredo.git;a=blobdiff_plain;f=doc%2Fcmds.texi;h=abd09905baf2d0820745ed6224113046c7171e0b;hp=1483b7f204569cb0c43cf6b70c424bf2fc90c87b;hb=5ca39bfc0b769607db3f84213fc7f16f0c4019fa;hpb=f85b073ee154a49bbd7ca0b6b2a68add4968700c 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