1 parent 8c7c786 commit 0844547Copy full SHA for 0844547
1 file changed
libs/dimcli/cli.cpp
@@ -135,7 +135,7 @@ struct OptKey {
135
// Option name filters for opts that are externally bool
136
enum NameListType {
137
kNameEnable, // include names that enable the opt
138
- kNameDisable, // include names that disable
+ kNameDisable, // include names that disable the opt
139
kNameAll, // include all names
140
kNameNonDefault, // include names that change from the default
141
};
0 commit comments