mirror of https://github.com/perkeep/perkeep.git
Update a comment in client/config.go
Change-Id: Icc30171776c87107bdf844c4dc908f35ed98b9a4
This commit is contained in:
parent
0163059814
commit
49fced871b
|
@ -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 (
|
||||||
|
|
Loading…
Reference in New Issue