mirror of
https://github.com/square/certigo.git
synced 2024-04-21 12:32:40 +00:00
Add periods for consistency
http://www.nytimes.com/2016/06/10/world/europe/period-full-stop-point-whatever-its-called-millennials-arent-using-it.html for background material.
This commit is contained in:
@@ -45,9 +45,9 @@ var (
|
||||
dumpFiles = dump.Arg("file", "Certificate file to dump (or stdin if not specified).").ExistingFiles()
|
||||
dumpType = dump.Flag("format", "Format of given input (heuristic guess if not specified).").String()
|
||||
|
||||
connect = app.Command("connect", "Connect to a server and print its certificate")
|
||||
connectTo = connect.Arg("server:port", "Hostname or IP to connect to").String()
|
||||
connectName = connect.Flag("name", "Override the server name used for SNI").String()
|
||||
connect = app.Command("connect", "Connect to a server and print its certificate.")
|
||||
connectTo = connect.Arg("server:port", "Hostname or IP to connect to.").String()
|
||||
connectName = connect.Flag("name", "Override the server name used for SNI.").String()
|
||||
)
|
||||
|
||||
var fileExtToFormat = map[string]string{
|
||||
|
||||
Reference in New Issue
Block a user