Update a comment in client/config.go

Change-Id: Icc30171776c87107bdf844c4dc908f35ed98b9a4
This commit is contained in:
Brad Fitzpatrick 2013-12-07 06:48:02 -08:00
parent 0163059814
commit 49fced871b
1 changed files with 3 additions and 2 deletions

View File

@ -34,8 +34,9 @@ import (
"camlistore.org/pkg/osutil" "camlistore.org/pkg/osutil"
) )
// These, if set, override the JSON config file ~/.camlistore/config // These, if set, override the JSON config file
// "server" and "password" keys. // ~/.config/camlistore/client-config.json
// (i.e. osutil.UserClientConfigPath()) "server" and "password" keys.
// //
// A main binary must call AddFlags to expose these. // A main binary must call AddFlags to expose these.
var ( var (