Closed viktorbenei closed 7 years ago
-h is used as the short form of --help as well as --hosts.
-h
--help
--hosts
Right now if you call logdna tail -h (to get the help text) you'll get:
logdna tail -h
error: option `-h, --hosts <hosts>' argument missing
Yeah, you'll need to use --help for that particular command. We use the commander module for this and it's a bit confusing but there's no way to change the output afaik.
commander
-h
is used as the short form of--help
as well as--hosts
.Right now if you call
logdna tail -h
(to get the help text) you'll get: