From a6ca12a8b28058415d44c93024d61ad5b8906cde Mon Sep 17 00:00:00 2001 From: Erreur32 Date: Thu, 20 Jul 2017 11:17:27 +0200 Subject: [PATCH] Update motds32 --- bin/motds32 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/motds32 b/bin/motds32 index b4de31b..6e3e9a9 100755 --- a/bin/motds32 +++ b/bin/motds32 @@ -539,7 +539,7 @@ function usage { echo " -g, --generate Check system status and generate it to $MOTD file" echo " -s, --status Show limited content of MOTD file" echo " -v, --version Display information about motds32 version and author" - echo " -m, --MotD32 See the MOTD file" + echo " -m, --MOTDs32 See the MOTD file" exit 0 } @@ -572,7 +572,7 @@ case $1 in echo "Custom: Erreur32" exit 0 ;; - -c|--check) + -m|--MOTDs32) echo "motds32 check motd file" cat /etc/motd exit 0