diff options
author | ntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2008-02-19 20:04:57 +0000 |
---|---|---|
committer | ntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2008-02-19 20:04:57 +0000 |
commit | 95df797b2e711286e3909a7d25e36519d5a6e335 (patch) | |
tree | d1fe8a2be36e83050173289cf31b3daff52697a1 /doc | |
parent | ee340df8417772b8c29a54ddf7b36556ec20d609 (diff) | |
download | openocd_libswd-95df797b2e711286e3909a7d25e36519d5a6e335.tar.gz openocd_libswd-95df797b2e711286e3909a7d25e36519d5a6e335.tar.bz2 openocd_libswd-95df797b2e711286e3909a7d25e36519d5a6e335.tar.xz openocd_libswd-95df797b2e711286e3909a7d25e36519d5a6e335.zip |
- 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
Diffstat (limited to 'doc')
-rw-r--r-- | doc/openocd.texi | 9 |
1 files changed, 8 insertions, 1 deletions
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 <n>}). -You can redirect all output from the daemon to a file using the @option{-l <logfile>} switch. +You can redirect all output from the daemon to a file using the @option{-l <logfile>} switch. + +Search paths for config/script files can be added to openocd by using +the @option{-s <search>} switch. @node Configuration @chapter Configuration |