Change in ...osmo-remsim[master]: client: fix help strings

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

tsaitgaist gerrit-no-reply at lists.osmocom.org
Tue Sep 17 12:20:15 UTC 2019


tsaitgaist has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-remsim/+/15549


Change subject: client: fix help strings
......................................................................

client: fix help strings

for the osmo-remsim-client-st2 client,
the command line arguments bankd-port and slot-nr have been renamed
to server-port and client-slot in the opts options, but not in the
help output.
this is now fixed.

Change-Id: Ie23fdc443f2f90f4baf36f8aca237c9994cce8ad
---
M src/simtrace2-remsim_client.c
1 file changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-remsim refs/changes/49/15549/1

diff --git a/src/simtrace2-remsim_client.c b/src/simtrace2-remsim_client.c
index 04aa0c6..e97ed9d 100644
--- a/src/simtrace2-remsim_client.c
+++ b/src/simtrace2-remsim_client.c
@@ -692,9 +692,9 @@
 static void print_help(void)
 {
 	printf( "\t-s\t--server-host HOST\n"
-		"\t-p\t--bankd-port PORT\n"
+		"\t-p\t--server-port PORT\n"
 		"\t-c\t--client-id <0-65535>\n"
-		"\t-n\t--slot-nr <0-65535>\n"
+		"\t-n\t--client-slot <0-65535>\n"
 		"\t-h\t--help\n"
 		"\t-i\t--gsmtap-ip\tA.B.C.D\n"
 		"\t-k\t--keep-running\n"

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-remsim/+/15549
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-remsim
Gerrit-Branch: master
Gerrit-Change-Id: Ie23fdc443f2f90f4baf36f8aca237c9994cce8ad
Gerrit-Change-Number: 15549
Gerrit-PatchSet: 1
Gerrit-Owner: tsaitgaist <kredon at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190917/6cb8f7e9/attachment.htm>


More information about the gerrit-log mailing list