From 765c54ba5093edf2450bda1743b84efc12a0ef40 Mon Sep 17 00:00:00 2001 From: Michel Albert Date: Fri, 6 Apr 2012 16:50:53 +0200 Subject: [PATCH] Added a usage example to the README --- tools/pypmmn/README.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/pypmmn/README.rst b/tools/pypmmn/README.rst index 7a5d39a7..083c24a9 100644 --- a/tools/pypmmn/README.rst +++ b/tools/pypmmn/README.rst @@ -51,6 +51,10 @@ All command-line parameters are documented. Simply run:: to get more information. +Example:: + + pypmmn.py -l /path/to/log-dir -d /path/to/plugins -p 4949 + Daemon mode -----------