Skip to content

Commit

Permalink
Fix: Repair descriptions for --value
Browse files Browse the repository at this point in the history
Use description from `gvmd --help` instead of off by one copy
paste.
  • Loading branch information
qha committed Jan 22, 2024
1 parent 65aae8f commit 543648c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/gvmd.8
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ Listen on UNIX socket at FILENAME.
User for --new-password.
.TP
\fB--value=\fIVALUE\fB\f1
User for --new-password.
Value for --modify-setting.
.TP
\fB--verbose\f1
Has no effect. See INSTALL.md for logging config.
Expand Down
2 changes: 1 addition & 1 deletion doc/gvmd.8.xml
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<option>
<p><opt>--value=<arg>VALUE</arg></opt></p>
<optdesc>
<p>User for --new-password.</p>
<p>Value for --modify-setting.</p>
</optdesc>
</option>
<option>
Expand Down
2 changes: 1 addition & 1 deletion doc/gvmd.html
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ <h2>Options</h2>

<p><b>--value=<em>VALUE</em></b></p>

<p>User for --new-password.</p>
<p>Value for --modify-setting.</p>



Expand Down

0 comments on commit 543648c

Please sign in to comment.