From 008c99882669b448b047c0a97a4a1b326ce1a1d3 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Thu, 16 Apr 2015 12:03:59 +0100 Subject: [PATCH] Added missing update description --- functions/fn_getopt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/fn_getopt b/functions/fn_getopt index 0fc5402b2..ab2135a0c 100644 --- a/functions/fn_getopt +++ b/functions/fn_getopt @@ -62,7 +62,7 @@ case "$getopt" in backup) fn_backup;; *) - echo "Usage: $0 {start|stop|restart|backup|monitor|email-test|details|backup}" + echo "Usage: $0 {start|stop|restart|update|backup|monitor|email-test|details|backup}" exit 1;; esac exit