From: Stefan Knoblich Date: Sun, 7 Nov 2010 16:22:22 +0000 (+0100) Subject: ftmod_libpri: Improve "ftdm libpri debug" usage information. X-Git-Tag: v1.2-rc1~265^2~11^2~51 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81515b7bd84247e2005b5a34505bc937fe527711;p=thirdparty%2Ffreeswitch.git ftmod_libpri: Improve "ftdm libpri debug" usage information. "all" and "none" can only be used alone, other flags are additive. Signed-off-by: Stefan Knoblich --- diff --git a/libs/freetdm/src/ftmod/ftmod_libpri/ftmod_libpri.c b/libs/freetdm/src/ftmod/ftmod_libpri/ftmod_libpri.c index 114e656cb6..51f7164e0e 100644 --- a/libs/freetdm/src/ftmod/ftmod_libpri/ftmod_libpri.c +++ b/libs/freetdm/src/ftmod/ftmod_libpri/ftmod_libpri.c @@ -203,7 +203,7 @@ static ftdm_io_interface_t ftdm_libpri_interface; static const char *ftdm_libpri_usage = "Usage:\n" "libpri kill \n" - "libpri debug \n" + "libpri debug \n" "\n" "Possible debug flags:\n" "\tq921_raw - Q.921 Raw messages\n"