Commit cc21787dfedcbdbc53038362a702fea2a07dee06

Thomas de Grivel 2020-05-11T11:11:51

Update cli documentation.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
diff --git a/cli/rtbuf_cli.c b/cli/rtbuf_cli.c
index ba1d467..c4bbc5d 100644
--- a/cli/rtbuf_cli.c
+++ b/cli/rtbuf_cli.c
@@ -263,9 +263,9 @@ int rtbuf_cli_help (int argc, const char *argv[])
          " load LIB                    Load library LIB.\n"
          " buffers                     List buffers.\n"
          " buffer N                    Show buffer N.\n"
-         " let VAR = buffer N          Set variable.\n");
-  printf(" new LIB                     Instanciate library procedure.\n"
-         " let VAR = new LIB           Set variable.\n"
+         " let VAR = buffer N          Set variable to buffer.\n");
+  printf(" new LIB                     Instanciate library.\n"
+         " let VAR = new LIB           Set variable to new instance.\n"
          " 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"