openvpn-rw: remove reload from usage options
 
Commit Message
  
  
- 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(-)
  
 
  
@@ -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