Update a few flag help strings for consistency and clarity #63
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
While looking at the help for
-graph-driver(-graph-driver="": For docker to use a specific graph driver) and realizing that it was probably supposed to be "Force", I noticed that our flag help strings were a little inconsistent in a few places (both in verbiage and in punctuation - some with periods, some without). I'm still not 100% happy with what I came up with for-Hafter iterating through quite a few different wordings there, but at least it's more clear than what we've got now.Some wordings, like the help text for
-iptableswere additionally misleading. "Disable iptables within docker" could easily be misinterpreted to mean that docker would force disable existing iptables rules, which isn't a feeling we want to even hint at, because we're actually really, really careful not to break anything that already exists. :)Here's the full before and after output:
Of course, I'll be happy to update this more if anyone has better suggestions for wording. :)