{"body":"diff openstackclient/network/v2/_tag.py ../../python-openstackclient/openstackclient/network/v2/_tag.py \n25c25,26\n< def add_tag_filtering_option_to_parser(parser, collection_name):\n---\n> def add_tag_filtering_option_to_parser(parser, collection_name,\n>                                        enhance_help=lambda _h: _h):\n30,31c31,33\n<         help=_('List %s which have all given tag(s) '\n<                '(Comma-separated list of tags)') % collection_name\n---\n>         help=enhance_help(\n>             _('List %s which have all given tag(s) (Comma-separated list of '\n>               'tags)') % collection_name)\n37,38c39,41\n<         help=_('List %s which have any given tag(s) '\n<                '(Comma-separated list of tags)') % collection_name\n---\n>         help=enhance_help(\n>             _('List %s which have any given tag(s) (Comma-separated list of '\n>               'tags)') % collection_name)\n44,45c47,49\n<         help=_('Exclude %s which have all given tag(s) '\n<                '(Comma-separated list of tags)') % collection_name\n---\n>         help=enhance_help(\n>             _('Exclude %s which have all given tag(s) (Comma-separated list '\n>               'of tags)') % collection_name)\n51,52c55,57\n<         help=_('Exclude %s which have any given tag(s) '\n<                '(Comma-separated list of tags)') % collection_name\n---\n>         help=enhance_help(\n>             _('Exclude %s which have any given tag(s) (Comma-separated list '\n>               'of tags)') % collection_name)\n67c72,73\n< def add_tag_option_to_parser_for_create(parser, resource_name):\n---\n> def add_tag_option_to_parser_for_create(parser, resource_name,\n>                                         enhance_help=lambda _h: _h):\n74,75c80,82\n<         help=_(\"Tag to be added to the %s \"\n<                \"(repeat option to set multiple tags)\") % resource_name\n---\n>         help=enhance_help(\n>             _(\"Tag to be added to the %s \"\n>               \"(repeat option to set multiple tags)\") % resource_name)\n80c87\n<         help=_(\"No tags associated with the %s\") % resource_name\n---\n>         help=enhance_help(_(\"No tags associated with the %s\") % resource_name)\n84c91,92\n< def add_tag_option_to_parser_for_set(parser, resource_name):\n---\n> def add_tag_option_to_parser_for_set(parser, resource_name,\n>                                      enhance_help=lambda _h: _h):\n90,91c98,100\n<         help=_(\"Tag to be added to the %s \"\n<                \"(repeat option to set multiple tags)\") % resource_name\n---\n>         help=enhance_help(\n>             _(\"Tag to be added to the %s (repeat option to set multiple \"\n>               \"tags)\") % resource_name)\n96,97c105,107\n<         help=_(\"Clear tags associated with the %s. Specify both \"\n<                \"--tag and --no-tag to overwrite current tags\") % resource_name\n---\n>         help=enhance_help(\n>             _(\"Clear tags associated with the %s. Specify both --tag and \"\n>               \"--no-tag to overwrite current tags\") % resource_name)","name":"","extension":"txt","url":"https://www.irccloud.com/pastebin/Gj2aSRX5","modified":1573077375,"id":"Gj2aSRX5","size":2996,"lines":69,"own_paste":false,"theme":"","date":1573077375}