parser.add_option('-s','--subdirs',dest='subdirs',action='store_true',help='get the disk usage of the task and its sub directories for the given otdb_id/mom_id/radb_id')
parser.add_option('-s','--subdirs',dest='subdirs',action='store_true',help='get the disk usage of the task and its sub directories for the given otdb_id/mom_id/radb_id')
parser.add_option('-p','--project',dest='project',type='string',default=None,help='get the disk usage of the project path and all its sub directories for the given project name')
parser.add_option('-p','--project',dest='project',type='string',default=None,help='get the disk usage of the project path and all its sub directories for the given project name')
parser.add_option('-P','--projects',dest='projects',action='store_true',help='get the disk usage of the projects path and all its projects sub directories')
parser.add_option('-P','--projects',dest='projects',action='store_true',help='get the disk usage of the projects path and all its projects sub directories')
parser.add_option('-f','--force_update',dest='force_update',action='store_true',help='force an update of the cache with a new du call')
parser.add_option('-q','--broker',dest='broker',type='string',default=None,help='Address of the qpid broker, default: localhost')
parser.add_option('-q','--broker',dest='broker',type='string',default=None,help='Address of the qpid broker, default: localhost')
parser.add_option('--busname',dest='busname',type='string',default=DEFAULT_BUSNAME,help='Name of the bus exchange on the qpid broker, default: %s'%DEFAULT_BUSNAME)
parser.add_option('--busname',dest='busname',type='string',default=DEFAULT_BUSNAME,help='Name of the bus exchange on the qpid broker, default: %s'%DEFAULT_BUSNAME)
parser.add_option('--servicename',dest='servicename',type='string',default=DEFAULT_SERVICENAME,help='Name for this service, default: %s'%DEFAULT_SERVICENAME)
parser.add_option('--servicename',dest='servicename',type='string',default=DEFAULT_SERVICENAME,help='Name for this service, default: %s'%DEFAULT_SERVICENAME)