diff --git a/doc.go b/doc.go index 70bb3e16..9d4b94e4 100644 --- a/doc.go +++ b/doc.go @@ -13,7 +13,7 @@ The following section provides a usage overview which enumerates the flags. An interesting point to note is that the long form of all of these options (except -C) can be specified in a configuration file that is automatically parsed when btcd starts up. By default, the configuration file is located at -~/.btcd/btcd.conf on POSIX-style operating systems and %APPDATA%\btcd\btcd.conf +~/.btcd/btcd.conf on POSIX-style operating systems and %LOCALAPPDATA%\btcd\btcd.conf on Windows. The -C (--configfile) flag, as shown below, can be used to override this location.