Skip to content

Commit

Permalink
💄 Cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mihara committed Jun 22, 2023
1 parent 113b4d7 commit 7e3680a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,10 @@ func init() {
flaggy.SetName("lotw-trust")
flaggy.SetDescription(fmt.Sprint("Sign and verify arbitrary files with your LoTW tQSL signing key. \nversion ", version))

flaggy.DefaultParser.AdditionalHelpAppend = fmt.Sprintf(`
Public keys are cached in %s
flaggy.DefaultParser.AdditionalHelpAppend = `
Copyright © 2023 Eugene Medvedev (R2AZE).
See the source code at: https://github.com/Mihara/lotw-trust
Released under the terms of MIT license.`, dataDir)
Released under the terms of MIT license.`

flaggy.String(&dataDir, "c", "cachedir", "Key cache directory")

Expand Down

0 comments on commit 7e3680a

Please sign in to comment.