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/.
laforge gerrit-no-reply at lists.osmocom.orglaforge has submitted this change. ( 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(-)
Approvals:
Jenkins Builder: Verified
pespin: Looks good to me, but someone else must approve
laforge: Looks good to me, approved
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-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201024/2ae1a25d/attachment.htm>