]> Cypherpunks.ru repositories - goredo.git/blobdiff - doc/cmds.texi
Fix whichdo regressions
[goredo.git] / doc / cmds.texi
index b3e19d7802d57d64366d91cb681551845c4b4cf6..72d1238d16e83bf080ef592b01cc5c9f4d7f825e 100644 (file)
@@ -109,7 +109,8 @@ And there are some maintenance and debug commands:
 @pindex redo-cleanup
 @item redo-cleanup
     Removes either temporary (@option{tmp}), log files (@option{log}),
-    or everything related to @command{goredo} (@option{full}).
+    lock files (@option{lock}), or everything related to @command{goredo}
+    (@option{full}).
 
 @pindex redo-whichdo
 @item redo-whichdo
@@ -138,7 +139,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/*.rec are filled up
+$ redo target [...] # to assure that **/.redo/*.dep are filled up
 $ redo-dot target [...] > whatever.dot
 $ dot -Tpng whatever.dot > whatever.png # possibly add -Gsplines=ortho
 @end example
@@ -151,6 +152,14 @@ $ dot -Tpng whatever.dot > whatever.png # possibly add -Gsplines=ortho
     rereading the whole files for hash calculation, that is much slower.
     If you do not want to rebuild your targets from the ground, then
     @command{redo-depfix} can traverse through all dependency files and
-    check if they have non-altered ctime values and update them in place.
+    recalculate dependency information.
+
+    Also if it finds legacy @command{.rec} dependency files, it converts
+    them to binary format.
+
+@pindex redo-dep2rec
+@item redo-dep2rec
+    Convert specified @file{.dep} file to recfile on stdout.
+    Aimed to be used mainly for debugging purposes.
 
 @end table