mirror of
https://github.com/carlostrub/sisyphus
synced 2024-10-31 09:20:15 +00:00
junk is just fine
This commit is contained in:
parent
4d2a9f5115
commit
88fefe9249
@ -23,14 +23,14 @@ func main() {
|
||||
// Define App
|
||||
app := cli.NewApp()
|
||||
app.Name = "Sisyphus"
|
||||
app.Usage = "Intelligent Junk and Spam Mail Handler"
|
||||
app.Usage = "Intelligent Junk Mail Handler"
|
||||
app.UsageText = `sisyphus [global options] command [command options]
|
||||
|
||||
Sisyphus applies artificial intelligence to filter
|
||||
Junk mail in an unobtrusive way. Both, classification and learning
|
||||
operate directly on the Maildir of a user in a fully transparent mode,
|
||||
without any need for configuration or active operation.`
|
||||
app.HelpName = "Intelligent Junk and Spam Mail Handler"
|
||||
app.HelpName = "Intelligent Junk Mail Handler"
|
||||
app.Version = version
|
||||
app.Copyright = "(c) 2017, Carlo Strub. All rights reserved. This binary is licensed under a BSD 3-Clause License."
|
||||
app.Authors = []cli.Author{
|
||||
|
Loading…
Reference in New Issue
Block a user