From 95df797b2e711286e3909a7d25e36519d5a6e335 Mon Sep 17 00:00:00 2001 From: ntfreak Date: Tue, 19 Feb 2008 20:04:57 +0000 Subject: - add search paths via new arg -s (-search). Thanks Ted Roth - updated docs for new command git-svn-id: svn://svn.berlios.de/openocd/trunk@312 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- doc/openocd.texi | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/openocd.texi b/doc/openocd.texi index 9e310f33..d19a09ee 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -159,6 +159,10 @@ locations, i.e. /usr/include, /usr/lib. @node Running @chapter Running @cindex running openocd +@cindex --configfile +@cindex --debug_level +@cindex --logfile +@cindex --search The OpenOCD runs as a daemon, waiting for connections from clients (Telnet or GDB). Run with @option{--help} or @option{-h} to view the available command line arguments. @@ -172,7 +176,10 @@ the most information, including debug messages. The default setting is "2", outp only informational messages, warnings and errors. You can also change this setting from within a telnet or gdb session (@option{debug_level }). -You can redirect all output from the daemon to a file using the @option{-l } switch. +You can redirect all output from the daemon to a file using the @option{-l } switch. + +Search paths for config/script files can be added to openocd by using +the @option{-s } switch. @node Configuration @chapter Configuration -- cgit v1.2.3