Make the Usage statement consistent with the actual options supported.

Look for the daemons in /usr/sbin/ as only root can
execute them.

Change-Id: I111f8b4fddf347b946afd1eb69d0079561c0f0d0
diff --git a/setup.py b/setup.py
index f74a3eb..577345f 100644
--- a/setup.py
+++ b/setup.py
@@ -23,7 +23,7 @@
 
 setup(
     name='lavapdu',
-    version="0.0.2",
+    version="0.0.3",
     author="Matthew Hart",
     author_email="matthew.hart@linaro.org",
     license="GPL2+",