Skip to content

Commit

Permalink
eb-mon: fix -s help message
Browse files Browse the repository at this point in the history
  • Loading branch information
alyxazon committed Aug 2, 2024
1 parent e2e2000 commit f92fdfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/monitoring/eb-mon.c
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ static void help(void)
fprintf(stderr, " -o display offset between WR time and system time [ms]\n");
fprintf(stderr, " -p display state of IP\n");
fprintf(stderr, " -r<phyIndex> reset the encoder error counter of the given PHY index (1 or 2)\n");
fprintf(stderr, " -s <secs> <cpu> snoop for information continuously (and print warnings. THIS OPTION RESETS ALL STATS!)\n");
fprintf(stderr, " -s<secs> <cpu> snoop for information continuously (and print warnings. THIS OPTION RESETS ALL STATS!)\n");
fprintf(stderr, " -t<busIndex> display temperature of sensor on the specified 1-wire bus\n");
fprintf(stderr, " -u<index> user 1-wire: specify WB device in case multiple WB devices of the same type exist (default: u0)\n");
fprintf(stderr, " -v display verbose information\n");
Expand Down

0 comments on commit f92fdfc

Please sign in to comment.