Revision d1602edc lib/cli.py

b/lib/cli.py
422 422
  _ExtendTags(opts, args)
423 423
  if not args:
424 424
    raise errors.OpPrereqError("No tags to be added")
425
  op = opcodes.OpAddTags(kind=kind, name=name, tags=args)
425
  op = opcodes.OpTagsSet(kind=kind, name=name, tags=args)
426 426
  SubmitOpCode(op, opts=opts)
427 427

  
428 428

  

Also available in: Unified diff