From 49fced871bbcdf32792ff710455e8773e3921108 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Sat, 7 Dec 2013 06:48:02 -0800 Subject: [PATCH] Update a comment in client/config.go Change-Id: Icc30171776c87107bdf844c4dc908f35ed98b9a4 --- pkg/client/config.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkg/client/config.go b/pkg/client/config.go index 473a77afb..1da25db05 100644 --- a/pkg/client/config.go +++ b/pkg/client/config.go @@ -34,8 +34,9 @@ import ( "camlistore.org/pkg/osutil" ) -// These, if set, override the JSON config file ~/.camlistore/config -// "server" and "password" keys. +// These, if set, override the JSON config file +// ~/.config/camlistore/client-config.json +// (i.e. osutil.UserClientConfigPath()) "server" and "password" keys. // // A main binary must call AddFlags to expose these. var (