osmith has submitted this change. (
https://gerrit.osmocom.org/c/osmo-dev/+/35120?usp=email )
Change subject: ttcn3: fix missing test name in usage desc
......................................................................
ttcn3: fix missing test name in usage desc
Change-Id: I5be5ee227dac0969e12d284ec518019c75698754
---
M ttcn3/ttcn3.sh
1 file changed, 10 insertions(+), 1 deletion(-)
Approvals:
osmith: Looks good to me, approved; Verified
diff --git a/ttcn3/ttcn3.sh b/ttcn3/ttcn3.sh
index 3a501b0..85cbb6b 100755
--- a/ttcn3/ttcn3.sh
+++ b/ttcn3/ttcn3.sh
@@ -79,7 +79,7 @@
;;
h|*)
local name="$(basename $0)"
- echo "usage: $name [-h] [-t] [-d|-k [-f]] PROJECT"
+ echo "usage: $name [-h] [-t TESTNAME] [-d|-k [-f]] PROJECT"
echo " or: $name clean"
echo
echo "arguments:"
--
To view, visit
https://gerrit.osmocom.org/c/osmo-dev/+/35120?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-dev
Gerrit-Branch: master
Gerrit-Change-Id: I5be5ee227dac0969e12d284ec518019c75698754
Gerrit-Change-Number: 35120
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-MessageType: merged