From d8074f434f550f00a1e484d413309ac32b466883 Mon Sep 17 00:00:00 2001 From: Shaun Ruffell Date: Wed, 8 Jan 2014 18:14:04 -0600 Subject: [PATCH] dahdi_span_types: Show location of configuration file in help message. Makes similar in for the dahdi_span_assignments in that the location of the default configuration file is shown in the help screen. Signed-off-by: Shaun Ruffell Acked-by: Tzafrir Cohen --- dahdi_span_types | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dahdi_span_types b/dahdi_span_types index b12fc6f..7936076 100755 --- a/dahdi_span_types +++ b/dahdi_span_types @@ -53,9 +53,9 @@ SPAN_ASSIGNMENTS_KEY=${SPAN_ASSIGNMENTS_KEY:-hwid} usage() { echo >&2 "Usage: $0 [options] action [devpath ...]" echo >&2 " action:" - echo >&2 " set - set spans to E1/T1 according to configuration" + echo >&2 " set - set spans to E1/T1 according to /etc/dahdi/span-types.conf" echo >&2 " list - human-readable list of all spans" - echo >&2 " dumpconfig - dump current state as new configuration" + echo >&2 " dumpconfig - dump current state in /etc/dahdi/span-types.conf format" echo >&2 "" echo >&2 " options:" echo >&2 " -h|--help - Show this help"