aboutsummaryrefslogtreecommitdiff
path: root/check.go
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2017-05-02 21:35:53 +0200
committerDimitri Sokolyuk <demon@dim13.org>2017-05-02 21:35:53 +0200
commit391e198592a23c53f65710ba71635b6060cae009 (patch)
tree895b3fd28863f00eabff263109fd3abaec49f1be /check.go
parent444eee04084aa9dfc525db9060498876bed47b05 (diff)
rename
Diffstat (limited to 'check.go')
-rw-r--r--check.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/check.go b/check.go
index aaad24c..f3fe33d 100644
--- a/check.go
+++ b/check.go
@@ -8,7 +8,7 @@ import (
// Usage: signify -C [-q] -p pubkey -x sigfile [file ...]
-func Check() error {
+func check() error {
args := flag.NewFlagSet("check", flag.ExitOnError)
var (
quiet = args.Bool("q", false, "Quiet mode")