Skip to content

Commit

Permalink
docs: minor typo: exists -> exits
Browse files Browse the repository at this point in the history
  • Loading branch information
JBeCast authored and erig0 committed Jul 12, 2022
1 parent c54ea7b commit e1aacbf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/xml/firewall-offline-cmd.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
<term><option>--help</option></term>
<listitem>
<para>
Prints a short help text and exists.
Prints a short help text and exits.
</para>
</listitem>
</varlistentry>
Expand Down
2 changes: 1 addition & 1 deletion src/firewall-cmd.in
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def __usage():
Usage: firewall-cmd [OPTIONS...]

General Options
-h, --help Prints a short help text and exists
-h, --help Prints a short help text and exits
-V, --version Print the version string of firewalld
-q, --quiet Do not print status messages

Expand Down
2 changes: 1 addition & 1 deletion src/firewall-offline-cmd.in
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Usage: firewall-offline-cmd [OPTIONS...]
If no options are given, configuration from '%s' will be migrated.

General Options
-h, --help Prints a short help text and exists
-h, --help Prints a short help text and exits
-V, --version Print the version string of firewalld
-q, --quiet Do not print status messages
--system-config Path to firewalld system configuration
Expand Down

0 comments on commit e1aacbf

Please sign in to comment.