* virt-top/virt_top_calendar.ml: Added --end-time option.
[virt-top.git] / virt-top / README
index f557c9b..3b64e88 100644 (file)
@@ -36,6 +36,12 @@ 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
 
     This is just a small bit of code to glue whatever modules
   virt_top_main.ml
 
     This is just a small bit of code to glue whatever modules