cmd/config.go
changeset 113 2e411da68fd3
parent 110 57843255fd1a
child 114 590c9dd7328e
--- a/cmd/config.go	Tue May 09 20:14:28 2017 +0200
+++ b/cmd/config.go	Wed May 10 14:11:13 2017 +0200
@@ -90,7 +90,8 @@
 			cfile = defaultConfigFile
 		}
 		errPrint("You can copy the following lines into a configuration file.")
-		errPrint("E.g. %s -i INSTANCE -L USERNAME -P PASS config dump > %s\n", AppName, cfile)
+		errPrint("E.g. %s -i INSTANCE -L USERNAME -P PASS config dump > %s", AppName, cfile)
+		errPrint(" or  %s -i INSTANCE oauth2 > %s\n", AppName, cfile)
 		pOptions := printer.Options{"template": configurationTemplate}
 		p, err = printer.NewPrinterTemplate(pOptions)
 	} else {