Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
chenqing committed Aug 22, 2013
1 parent 07560fe commit a92a3c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions psis
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ def list_relationship(group_name = '',list = 'all'):
if __name__ == "__main__":
parser =OptionParser(usage="%prog [-n [all|nodename]] " ,version = "1.0")
parser.add_option('-n','--node',dest="node",type="string",help=useage['node'])
parser.add_option('-g','--group',dest="group", help="print ip information of access log")
parser.add_option('-r','--relationship',dest="relationship", help="print ip information of access log")
parser.add_option('-f','--fscs',dest="fscs",action = "store_true",help="print url information of access log")
parser.add_option('-g','--group',dest="group", help="devices group info")
parser.add_option('-r','--relationship',dest="relationship", help="print relationship info")
parser.add_option('-f','--fscs',dest="fscs",action = "store_true",help="print server that role is fscs")
(options,args) = parser.parse_args()

if len(sys.argv) < 2:
Expand Down

0 comments on commit a92a3c0

Please sign in to comment.