Minor fix to the UI and command line help text - release

This commit is contained in:
Sebastien
2020-09-04 16:24:12 -04:00
parent 889b1097cc
commit 6195750b41
2 changed files with 17 additions and 10 deletions

View File

@@ -1149,12 +1149,8 @@ function getCommands() {
innerhtml+=attributes;
if(arg.checkbox){
if(data.values?.[command.name]?.[arg.longopts] ){
innerhtml+='checked=true ';
innerhtml+='checked ';
}
else{
innerhtml+='checked=false ';
}
innerhtml+='></input></td>';
}