help='Name of the bus exchange on the broker, default: [%default]')
parser.add_option('-o','--otdb_id',dest='otdb_id',type='int',default=None,help='otdb_id of task to get the disk usage for')
parser.add_option('-m','--mom_id',dest='mom_id',type='int',default=None,help='mom_id of task to get the disk usage for')
parser.add_option('-r','--radb_id',dest='radb_id',type='int',default=None,help='radb_id of task to get the disk usage for')
...
...
@@ -75,8 +73,6 @@ def main():
parser.add_option('-d','--dir',dest='dir_path',type='string',default=None,help='get the disk usage of the given directory path')
parser.add_option('-a','--all',dest='all',action='store_true',help='get disk usage for all otdb ids currently on disk')
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=DEFAULT_BROKER,help='Address of the qpid broker, default: %default')
parser.add_option('--busname',dest='busname',type='string',default=DEFAULT_BUSNAME,help='Name of the bus exchange on the qpid broker, default: %default')