mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Fix hyphen-used-as-minus-sign warning (found by lintian)
See https://lintian.debian.org/tags/hyphen-used-as-minus-sign.html for an explanation. Reviewed-By: Martin Basti <mbasti@redhat.com>
This commit is contained in:
committed by
Martin Basti
parent
bc39cc9f81
commit
f93c88f398
@@ -22,7 +22,7 @@ ipa\-test\-config \- Generate FreeIPA test configuration for use in Bash scripts
|
||||
.SH "SYNOPSIS"
|
||||
ipa\-test\-config [options]
|
||||
.br
|
||||
ipa\-test\-config [options] --global
|
||||
ipa\-test\-config [options] \-\-global
|
||||
.br
|
||||
ipa\-test\-config [options] hostname
|
||||
.SH "DESCRIPTION"
|
||||
@@ -37,7 +37,7 @@ If run without arguments, it prints out configuration specific to the local
|
||||
host.
|
||||
Another host may be specified as an argument, or via the \-\-master,
|
||||
\-\-replica, and \-\-client options.
|
||||
With the --global option, it prints only configuration that is not specific to
|
||||
With the \-\-global option, it prints only configuration that is not specific to
|
||||
any host.
|
||||
|
||||
.SH "OPTIONS"
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
.SH "NAME"
|
||||
ipa\-test\-task \- Run a task for FreeIPA testing
|
||||
.SH "SYNOPSIS"
|
||||
ipa\-test\-task -h
|
||||
ipa\-test\-task \-h
|
||||
.br
|
||||
ipa\-test\-task [global-options] TASK [task-options]
|
||||
.SH "DESCRIPTION"
|
||||
|
||||
Reference in New Issue
Block a user