Revision 715462e7 lib/client/gnt_cluster.py

b/lib/client/gnt_cluster.py
578 578
  @return: the desired exit code
579 579

  
580 580
  """
581
  op = opcodes.OpSearchTags(pattern=args[0])
581
  op = opcodes.OpTagsSearch(pattern=args[0])
582 582
  result = SubmitOpCode(op, opts=opts)
583 583
  if not result:
584 584
    return 1

Also available in: Unified diff