Commit 4876cdc3a5600b377afa80093907b8768818c262

Thomas de Grivel 2020-05-15T17:58:34

Add start and stop commands to help message.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/cli/rtbuf_cli.c b/cli/rtbuf_cli.c
index d6e9b10..2e7774b 100644
--- a/cli/rtbuf_cli.c
+++ b/cli/rtbuf_cli.c
@@ -279,6 +279,8 @@ int rtbuf_cli_help (int argc, const char *argv[])
          " delete BUFFER               Unlink and delete BUFFER.\n"
          " bind SOURCE OUT DEST IN     Bind SOURCE OUT to DEST IN.\n"
          " unbind BUFFER IN            Unbind BUFFER IN.\n"
+         " start                       Start run thread.\n"
+         " stop                        Stop run thread.\n"
          " help                        Show this help message.\n"
          " exit                        Quit RTBUF.\n");
   return 0;