X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=doc%2Fopenocd.texi;h=d19a09ee72522ed603068bec82e00b7a2e6da15c;hb=4edcbe0a54505f6b44d23983c842b52cbaae1dc0;hp=9e310f3386d6ae49ea606913a5383251d0342baa;hpb=53bbd36c7d5adfe86aef071e2effbbfa804d0054;p=openocd.git diff --git a/doc/openocd.texi b/doc/openocd.texi index 9e310f3386..d19a09ee72 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