From 9c26f6c4c5f3d6bf41be65f12849d934a147f992 Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Tue, 19 Nov 2013 18:40:56 -0600 Subject: [PATCH] Update doc.go with recent Winows path change. --- doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.