diff options
Diffstat (limited to 'weed/shell/command_mq_topic_desc.go')
| -rw-r--r-- | weed/shell/command_mq_topic_desc.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/shell/command_mq_topic_desc.go b/weed/shell/command_mq_topic_desc.go index bcaca7219..8c944271c 100644 --- a/weed/shell/command_mq_topic_desc.go +++ b/weed/shell/command_mq_topic_desc.go @@ -24,7 +24,7 @@ func (c *commandMqTopicDescribe) Help() string { return `describe a topic` } -func (c *commandMqTopicDescribe) IsResourceHeavy() bool { +func (c *commandMqTopicDescribe) HasTag(CommandTag) bool { return false } |
