From 723b3d36f830dd9425a7affdc5f64a8c2dcdcd45 Mon Sep 17 00:00:00 2001 From: Saya Sugiura Date: Tue, 9 Jul 2019 08:48:39 +0900 Subject: doxygen: Align variable for apid and ctid The variables used for application id and context id are aligned with "apid" and "ctid". Signed-off-by: Saya Sugiura --- src/console/dlt-control.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/console/dlt-control.c') diff --git a/src/console/dlt-control.c b/src/console/dlt-control.c index 13d0c9f..38ffdf5 100644 --- a/src/console/dlt-control.c +++ b/src/console/dlt-control.c @@ -137,19 +137,19 @@ void usage() printf(" -t milliseconds Timeout to terminate application (Default:1000)'\n"); printf(" -l loglevel Set the log level (0=off - 6=verbose default= -1)\n"); printf(" supported options:\n"); - printf(" -l level -a appid -c ctid\n"); + printf(" -l level -a apid -c ctid\n"); printf(" -l level -a abc* (set level for all ctxts of apps name starts with abc)\n"); - printf(" -l level -a appid (set level for all ctxts of this app)\n"); + printf(" -l level -a apid (set level for all ctxts of this app)\n"); printf(" -l level -c xyz* (set level for all ctxts whose name starts with xyz)\n"); - printf(" -l level -c ctxid (set level for the particular ctxt)\n"); + printf(" -l level -c ctid (set level for the particular ctxt)\n"); printf(" -l level (set level for all the registered contexts)\n"); printf(" -r tracestatus Set the trace status (0=off - 1=on,255=default)\n"); printf(" supported options:\n"); - printf(" -r tracestatus -a appid -c ctid\n"); + printf(" -r tracestatus -a apid -c ctid\n"); printf(" -r tracestatus -a abc* (set status for all ctxts of apps name starts with abc)\n"); - printf(" -r tracestatus -a appid (set status for all ctxts of this app)\n"); + printf(" -r tracestatus -a apid (set status for all ctxts of this app)\n"); printf(" -r tracestatus -c xyz* (set status for all ctxts whose name starts with xyz)\n"); - printf(" -r tracestatus -c ctxid (set status for the particular ctxt)\n"); + printf(" -r tracestatus -c ctid (set status for the particular ctxt)\n"); printf(" -r tracestatus (set status for all the registered contexts)\n"); printf(" -d loglevel Set the default log level (0=off - 5=verbose)\n"); printf(" -f tracestatus Set the default trace status (0=off - 1=on)\n"); @@ -288,7 +288,7 @@ int main(int argc, char *argv[]) dltdata.avalue = optarg; if (strlen(dltdata.avalue) > DLT_ID_SIZE) { - fprintf (stderr, "Invalid appid\n"); + fprintf (stderr, "Invalid application id\n"); return -1; } -- cgit v1.2.1