Commit ca3c638
committed
containertool: Correct help text for --username and --password
Motivation
----------
The help text for `--username` and `--password` states that these
options override `.netrc`. In fact they are used as defaults if
no suitable entry is found in `.netrc`.
Modifications
-------------
Correct the option descriptions in the manual page.
Result
------
Documentation accurately describes what the options do.
Test Plan
---------
All existing tests continue to pass. No functional change.1 parent 0375ff1 commit ca3c638
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
0 commit comments