From e1aacbf2b22be1e1435e4afe3b13248e0b37c0d9 Mon Sep 17 00:00:00 2001 From: JBeCast Date: Mon, 11 Jul 2022 23:18:52 +0200 Subject: [PATCH] docs: minor typo: exists -> exits --- doc/xml/firewall-offline-cmd.xml | 2 +- src/firewall-cmd.in | 2 +- src/firewall-offline-cmd.in | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/xml/firewall-offline-cmd.xml b/doc/xml/firewall-offline-cmd.xml index baeecb627..8e09f3342 100644 --- a/doc/xml/firewall-offline-cmd.xml +++ b/doc/xml/firewall-offline-cmd.xml @@ -88,7 +88,7 @@ - Prints a short help text and exists. + Prints a short help text and exits. diff --git a/src/firewall-cmd.in b/src/firewall-cmd.in index 9b70e9e09..e82cb4c59 100755 --- a/src/firewall-cmd.in +++ b/src/firewall-cmd.in @@ -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 diff --git a/src/firewall-offline-cmd.in b/src/firewall-offline-cmd.in index 68f6cc96e..5cbe0d3af 100755 --- a/src/firewall-offline-cmd.in +++ b/src/firewall-offline-cmd.in @@ -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