aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/Sietima.pm9
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/Sietima.pm b/lib/Sietima.pm
index 7fdfcf5..94e082e 100644
--- a/lib/Sietima.pm
+++ b/lib/Sietima.pm
@@ -103,15 +103,6 @@ sub command_line_spec($self) {
return {
name => 'sietima',
title => 'a simple mailing list manager',
- options => [
- {
- name => 'verbose',
- summary => 'more chatty',
- type => 'flag',
- multiple => 1,
- aliases => ['v'],
- },
- ],
subcommands => {
send => {
op => 'handle_mail_from_stdin',