Ease the ADML help for command line
authorEduardo Ramos Testillano (eramedu) <eduardo.ramos.testillano@ericsson.com>
Tue, 28 Apr 2020 19:11:42 +0000 (21:11 +0200)
committerEduardo Ramos Testillano (eramedu) <eduardo.ramos.testillano@ericsson.com>
Tue, 28 Apr 2020 19:11:42 +0000 (21:11 +0200)
Just ./start.sh help

example/diameter/launcher/deployments/adml/args.help [new file with mode: 0644]
example/diameter/launcher/deployments/adml/start.sh

diff --git a/example/diameter/launcher/deployments/adml/args.help b/example/diameter/launcher/deployments/adml/args.help
new file mode 100644 (file)
index 0000000..e69de29
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;