Archived
1
0

document expire tool

This commit is contained in:
Jeff Becker 2017-08-25 10:58:56 -04:00
parent e78286cc06
commit 5be6c9f7e8
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

View File

@ -135,10 +135,10 @@ func main() {
fmt.Fprintf(os.Stdout, "Usage: %s tool nntp [add-login|del-login]\n", os.Args[0])
}
} else {
fmt.Fprintf(os.Stdout, "Usage: %s tool [rethumb|keygen|nntp|mod]\n", os.Args[0])
fmt.Fprintf(os.Stdout, "Usage: %s tool [rethumb|keygen|nntp|mod|expire]\n", os.Args[0])
}
} else {
fmt.Fprintf(os.Stdout, "Usage: %s tool [rethumb|keygen|nntp|mod]\n", os.Args[0])
fmt.Fprintf(os.Stdout, "Usage: %s tool [rethumb|keygen|nntp|mod|expire]\n", os.Args[0])
}
} else {
log.Println("Invalid action:", action)