Obey virt-top --end-time down to near millisecond accuracy (RHBZ#637964).
[virt-top.git] / virt-top / README
old mode 100644 (file)
new mode 100755 (executable)
index f557c9b..b594f95
@@ -36,10 +36,16 @@ The code is structured into these files:
     Any code which needs the optional ocaml-csv library goes
     in here.  This implements the --csv command line option.
 
     Any code which needs the optional ocaml-csv library goes
     in here.  This implements the --csv command line option.
 
+  virt_top_calendar.ml
+
+    Any code which needs the optional ocaml-calendar library
+    goes in here.  This implements the --end-time command line
+    option.
+
   virt_top_main.ml
 
   virt_top_main.ml
 
-    This is just a small bit of code to glue whatever modules
-    (Virt_top + Virt_top_xml? + Virt_top_csv?) together.
+    This is just a small bit of code to glue the modules together
+    Virt_top + Virt_top_xml? + Virt_top_csv? + Virt_top_calendar?
 
 The man-page is generated from the single file:
 
 
 The man-page is generated from the single file: