Update doc.go with recent Winows path change.

This commit is contained in:
Dave Collins 2013-11-19 18:40:56 -06:00
parent 0cc756337e
commit 9c26f6c4c5

2
doc.go
View file

@ -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 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 (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 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 on Windows. The -C (--configfile) flag, as shown below, can be used to override
this location. this location.