diff options
author | dakkar <dakkar@thenautilus.net> | 2017-01-02 17:42:50 +0000 |
---|---|---|
committer | dakkar <dakkar@thenautilus.net> | 2017-01-02 17:42:50 +0000 |
commit | 2570cedfbdebb7666a335772a597011d00e118c9 (patch) | |
tree | 9623b98ab836937390977d87a124e9632af56f54 /lib | |
parent | ReplyTo can set a post address != return path (diff) | |
download | Sietima-2570cedfbdebb7666a335772a597011d00e118c9.tar.gz Sietima-2570cedfbdebb7666a335772a597011d00e118c9.tar.bz2 Sietima-2570cedfbdebb7666a335772a597011d00e118c9.zip |
remove unused --verbose option
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Sietima.pm | 9 |
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', |