[PATCH] Add per-option help
[fio.git] / README
diff --git a/README b/README
index 01cc19e9d69cf752ced1bb40b3709d5e2d78d121..97251d019cb1925d43d25591473343b4f3ef4d18 100644 (file)
--- a/README
+++ b/README
@@ -27,6 +27,16 @@ can find them here:
 http://linux01.gwdg.de/~pbleser/rpm-navigation.php?cat=System/fio
 
 
+Mailing list
+------------
+
+There's a mailing list associated with fio. It's meant for general
+discussion, bug reporting, questions - basically anything that has to
+do with fio. An automated mail detailing recent commits is automatically
+sent to the list at most daily. The list address is fio-devel@kernel.dk,
+subscribe by sending an empty email to fio-devel+subscribe@kernel.dk.
+
+
 Building
 --------
 
@@ -49,6 +59,8 @@ $ fio
         --bandwidth-log Generate per-job bandwidth logs
         --minimal       Minimal (terse) output
         --version       Print version info and exit
+       --help          Print this page
+       --cmdhelp=cmd   Print command help, "all" for all of them
 
 Any parameters following the options will be assumed to be job files,
 unless they match a job file parameter. You can add as many as you want,