class var options renamed switch_options

This commit is contained in:
BlauFeuer 2018-03-05 15:52:47 -05:00 committed by GitHub
parent 8a19f41dd0
commit 564b78ae23

View file

@ -367,7 +367,7 @@ class CmdExtendedDesc(default_cmds.CmdDesc):
"""
aliases = ["describe", "detail"]
options = () # Inherits from default_cmds.CmdDesc, but unused here
switch_options = () # Inherits from default_cmds.CmdDesc, but unused here
def reset_times(self, obj):
"""By deleteting the caches we force a re-load."""