commit 9a822c9e99e0bf23c542427de4eae3493ebccbc3 Author: David Fifield david@bamsoftware.com Date: Sat Feb 23 01:38:49 2019 -0700
Change -profile to --profile in a comment. --- meek-client-torbrowser/meek-client-torbrowser.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meek-client-torbrowser/meek-client-torbrowser.go b/meek-client-torbrowser/meek-client-torbrowser.go index ab1ed9c..48b055c 100644 --- a/meek-client-torbrowser/meek-client-torbrowser.go +++ b/meek-client-torbrowser/meek-client-torbrowser.go @@ -337,7 +337,7 @@ func main() {
// Unset environment variables that Firefox sets after a restart (as // caused by, for example, an update or the installation of an add-on). - // XRE_PROFILE_PATH, in particular, overrides the -profile option that + // XRE_PROFILE_PATH, in particular, overrides the --profile option that // runFirefox sets, causing Firefox to run with profile.default instead // of profile.meek-http-helper, which conflicts with the profile.default // that is already running. See https://bugs.torproject.org/13247,