rework help messages
authorLuc Yriarte <luc.yriarte@intel.com>
Thu, 4 Jul 2013 09:04:27 +0000 (11:04 +0200)
committerLuc Yriarte <luc.yriarte@intel.com>
Thu, 4 Jul 2013 09:04:27 +0000 (11:04 +0200)
cloudeebus/cloudeebus.py

index 66e646d..a3b47e7 100755 (executable)
@@ -743,9 +743,9 @@ if __name__ == '__main__':
     parser.add_argument('-c', '--credentials',
         help='path to credentials file')
     parser.add_argument('-w', '--whitelist',
-        help='path to whitelist file (which the list of allowed DBus service to use)')
+        help='path to whitelist file (DBus services to use)')
     parser.add_argument('-s', '--servicelist',
-        help='path to servicelist file (which the list of allowed DBus service to create (=agent))')
+        help='path to servicelist file (DBus services to export)')
     parser.add_argument('-n', '--netmask',
         help='netmask,IP filter (comma separated.) eg. : -n 127.0.0.1,192.168.2.0/24,10.12.16.0/255.255.255.0')