fixup profile handling

This commit is contained in:
Christian Goll
2022-04-11 14:10:04 +02:00
parent ebfce59900
commit 4782d7e726
3 changed files with 7 additions and 9 deletions

View File

@@ -45,7 +45,7 @@ func FilterByName(set []NodeInfo, searchList []string) []NodeInfo {
/*
Set value. If argument is 'UNDEF', 'DELETE',
'UNSET" or '--'. The value is removed.
'UNSET" or '--' the value is removed.
N.B. the '--' might never ever happen as '--'
is parsed out by cobra
*/