-
Type: Task
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Kernel Tools 8 08/28/15, Kernel Tools 9 09/18/15
running --help on any of the tools shows which options can be set vs. which options are standalone by appending an = sign to them. This can be confusing when text in the description says things like "If no path is passed in, will default to std out"
Which can make it somewhat unclear when people see something like out=
and assume out= will write to stdout when in fact it will ignore the flag since it parses it as the null string.
Instead of the = signs we probably want it to say something like "is settable" as opposed to a flag like --gzip which is not settable.
It's a subtle documentation change that should make things more clear.