openvpn-rw: remove reload from usage options

Message ID 20251011102656.19814-1-adolf.belka@ipfire.org
State Staged
Commit 682f135ffad9004011a72bd3dcdeaaeb7d8d0c57
Headers
Series openvpn-rw: remove reload from usage options |

Commit Message

Adolf Belka 11 Oct 2025, 10:26 a.m. UTC
- reload was removed from the initscript options for the opemvpn road warrior setup. This
   patch removes it also from the usage statement options.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
 src/initscripts/system/openvpn-rw | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
  

Patch

diff --git a/src/initscripts/system/openvpn-rw b/src/initscripts/system/openvpn-rw
index d506c8ebd..f59b8126b 100644
--- a/src/initscripts/system/openvpn-rw
+++ b/src/initscripts/system/openvpn-rw
@@ -2,7 +2,7 @@ 
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2022  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2025  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -80,7 +80,7 @@  case "${1}" in
 		;;
 
 	*)
-		echo "Usage: ${0} {start|stop|reload|restart|status}"
+		echo "Usage: ${0} {start|stop|restart|status}"
 		exit 1
 		;;
 esac