Ease the ADML help for command line
[anna.git] / example / diameter / launcher / deployments / adml / start.sh
index d2b371e..faadf1a 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/bash
-# $1: args type could be 'ft' (function test) or 'st' (system test). By default: ft
+# $1: args type could be 'ft' (function test) or 'st' (system test), or 'help' to get the command line help. By default: ft
 function pgrep_live {
   pids=$(pgrep "$1");
   [ "$pids" ] || return;