* '-H' will mark a plugin as 'to be loaded', and can be called with actual file paths. It accepts a ":init_config" string too.
* '-I' will actually register a previously loaded plugin; if it is a source plugin, it is also set a input source. It accepts a ":open_params" string too.
* '-Il' will list either all plugins (if no plugin was loaded through '-H') or only loaded ones
Therefore, the new proper way to load a plugin is:
`sysdig -H dummy:"{\"jitter\":50}" -I dummy:"{\"start\":1,\"maxEvents\":10}"`
sysdig-CLA-1.0-signed-off-by: Federico Di Pierro nierro92@gmail.com