From fb9c51158eb80803c1752c79854012a1aab27a69 Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Thu, 7 Apr 2016 10:36:11 -0400 Subject: [PATCH] tools: Make quagga script be more helpful When running the tools/quagga script without any options it tells you nothing about what went wrong and what to do to fix it. Signed-off-by: Donald Sharp Reviewed-by: Don Slice --- tools/quagga | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/quagga b/tools/quagga index 434d2d8981..7b7f4e11b7 100755 --- a/tools/quagga +++ b/tools/quagga @@ -76,6 +76,7 @@ case "$1" in ;; *) echo "Unknown option entered" + man -s 1 quagga exit -1 ;; esac -- 2.39.5