]> git.sur5r.net Git - bacula/docs/blobdiff - docs/manuals/en/console/bconsole.tex
Manual updates
[bacula/docs] / docs / manuals / en / console / bconsole.tex
index 8524e4db750c8b8df4be3dc5e74792fedadd9d46..1143adbd5f953ddd492e5ee08933673b45c1b212 100644 (file)
@@ -1481,19 +1481,23 @@ regression  test might be:
 \item [@\# anything]
    \index[general]{anything}
    Comment 
-\end{description}
-
 
 \item [@separator \lt{}char\gt{}]
 \index[general]{@separator} 
   When using bconsole with readline, you can set the command separator to one
-  of those characters to write commands who require multiple input in one line.
+  of those characters to write commands who require multiple input on one line,
+  or to put multiple commands on a single line.
 \begin{verbatim}
   !$%&'()*+,-/:;<>?[]^`{|}~
 \end{verbatim}
 
-\label{scripting}
+  Note, if you use a semicolon (;) as a separator character, which is
+  common, you will not be able to use the {\bf sql} command, which 
+  requires each command to be terminated by a semicolon.
 
+\end{description}
+
+\label{scripting}
 \section{Running the Console from a Shell Script}
 \index[general]{Script!Running the Console Program from a Shell}
 \index[general]{Running the Console Program from a Shell Script}