cli: Fix comment typo

This commit is contained in:
Cole Robinson 2019-05-14 15:59:40 -04:00
parent af2182d890
commit 83e7c95e1b
1 changed files with 1 additions and 1 deletions

View File

@ -2098,7 +2098,7 @@ class ParserBoot(VirtCLIParser):
def boot_find_inst_cb(self, *args, **kwargs):
cliarg = "boot" # boot[0-9]*
list_propname = "bootdevs" # os.timers
list_propname = "bootdevs" # os.bootdevs
cb = self._make_find_inst_cb(cliarg, list_propname)
return cb(*args, **kwargs)