Use date range in copyright

This commit is contained in:
Sebastian Tiedtke 2020-02-10 09:55:21 -08:00
parent f8eec06563
commit f2b95647f3

View file

@ -116,7 +116,7 @@ $ step-ca $STEPPATH/config/ca.json --password-file ./password.txt
'''`
app.Flags = append(app.Flags, commands.AppCommand.Flags...)
app.Flags = append(app.Flags, cli.HelpFlag)
app.Copyright = "(c) 2019 Smallstep Labs, Inc."
app.Copyright = "(c) 2018-2020 Smallstep Labs, Inc."
// All non-successful output should be written to stderr
app.Writer = os.Stdout