From 82d4ee09ae01925ea0f1847bfd250f87a8f05bb8 Mon Sep 17 00:00:00 2001 From: Martin Konecny Date: Tue, 10 Jul 2012 23:25:35 -0400 Subject: [PATCH] CC-4059: airtime-test-stream -h option not shown in help text -fixed --- utils/airtime-test-stream.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/utils/airtime-test-stream.py b/utils/airtime-test-stream.py index a71075850..df8bd500c 100644 --- a/utils/airtime-test-stream.py +++ b/utils/airtime-test-stream.py @@ -25,6 +25,8 @@ def printUsage(): print " -u user (default: source) " print " -p password (default: hackme) " print " -m mount (default: test) " + print " -h show help menu" + def find_liquidsoap_binary(): """