Change in osmo-pcu[master]: main: remove line breaks in print_help(), increase spacing

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/.

fixeria gerrit-no-reply at lists.osmocom.org
Fri Oct 23 22:15:33 UTC 2020


fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-pcu/+/20868 )


Change subject: main: remove line breaks in print_help(), increase spacing
......................................................................

main: remove line breaks in print_help(), increase spacing

Change-Id: I07010afec3bb85d875926813772a6504f3bdb7b5
Related: SYS#4910
---
M src/pcu_main.cpp
1 file changed, 10 insertions(+), 15 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-pcu refs/changes/68/20868/1

diff --git a/src/pcu_main.cpp b/src/pcu_main.cpp
index 77c46dd..723f101 100644
--- a/src/pcu_main.cpp
+++ b/src/pcu_main.cpp
@@ -68,21 +68,16 @@
 
 static void print_help()
 {
-	printf( "Options:\n"
-		"  -h	--help		This text\n"
-		"  -c	--config-file 	Specify the filename of the config "
-			"file\n"
-		"  -m	--mcc MCC	Use given MCC instead of value "
-			"provided by BTS\n"
-		"  -n	--mnc MNC	Use given MNC instead of value "
-			"provided by BTS\n"
-		"  -V	--version	Print version\n"
-		"  -r	--realtime PRIO Use SCHED_RR with the specified "
-			"priority\n"
-		"  -D	--daemonize	Fork the process into a background "
-			"daemon\n"
-		"  -i	--gsmtap-ip	The destination IP used for GSMTAP\n"
-		"    	--vty-ref-xml   Generate the VTY reference XML output and exit.\n"
+	printf( "Some useful options:\n"
+		"  -h	--help			This text\n"
+		"  -c	--config-file		Specify the filename of the config file\n"
+		"  -m	--mcc MCC		Use given MCC instead of value provided by BTS\n"
+		"  -n	--mnc MNC		Use given MNC instead of value provided by BTS\n"
+		"  -V	--version		Print version\n"
+		"  -r	--realtime PRIO		Use SCHED_RR with the specified priority\n"
+		"  -D	--daemonize		Fork the process into a background daemon\n"
+		"  -i	--gsmtap-ip		The destination IP used for GSMTAP\n"
+		"    	--vty-ref-xml   	Generate the VTY reference XML output and exit.\n"
 		);
 }
 

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

Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Change-Id: I07010afec3bb85d875926813772a6504f3bdb7b5
Gerrit-Change-Number: 20868
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201023/0917d216/attachment.htm>


More information about the gerrit-log mailing list