Skip to content

Commit 900c6e3

Browse files
committed
cosmetics
1 parent 85e1ebd commit 900c6e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/releaseNotes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,6 @@ This file describes the main feature changes for each InfoLogger released versio
102102
- minor cosmetics for auto-mute feature.
103103

104104
## v2.2.0 - 06/10/2021
105-
- Added option for o2-infologger-log to collect logs from a named pipe (multiple clients possible). Pipe can be created (e.g. `mkfifo /tmp/log-pipe`) and listened to continuously. e.g. `o2-infologger-log -f /tmp/log-pipe -c -l `.
105+
- Added option for o2-infologger-log to collect logs from a named pipe (multiple clients possible). Pipe can be created and listened to continuously. e.g. `o2-infologger-log -f /tmp/log-pipe -c -l`.
106106
- API:
107107
- Added InfoLoggerContext light copy constructor, with fields overwrite. See example use in <../test/testInfoLogger.cxx>.

src/log.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ void print_usage()
3939
printf(" -x If set, read data coming on stdin line by line.\n");
4040
printf(" and transmit them as messages (1 line = 1 message).\n");
4141
printf(" -f [file] Same as -x, but from a file.\n");
42-
printf(" -c When -f selected, create a FIFO (mkfifo) to read from.\n");
42+
printf(" -c When -f selected, create a FIFO (mkfifo) to read from. It is removed after use.\n");
4343
printf(" -l When -f selected, loop over file continuously.\n");
4444
printf(" -v Verbose mode (file operations, etc).\n");
4545
printf(" -h This help.\n");

0 commit comments

Comments
 (0)