Merge branch '2.3' into 2.4

This commit is contained in:
Johan Wikman
2019-10-29 11:02:37 +02:00
3 changed files with 106 additions and 1 deletions

View File

@ -348,7 +348,7 @@ exports.builder = function(yargs) {
if (argv[this.rDnsOption.shortname]) {
resource += '?' + this.rDnsOption.optionOn
}
return getCollection(host, 'sessions', list_sessions_fields)
return getCollection(host, resource, list_sessions_fields)
})
})
.command('filters', 'List filters', function(yargs) {