From d3d6beb0541205ece85ef7a001af4b80ea70687a Mon Sep 17 00:00:00 2001 From: Cody Brownstein Date: Wed, 11 Apr 2018 02:02:03 +0000 Subject: [PATCH] Use more descriptive metavar --- pius | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pius b/pius index 5db2f84..8f6bf0f 100755 --- a/pius +++ b/pius @@ -159,7 +159,7 @@ def main(): ' specified, or if it\'s the same as the default' ' keyring.') parser.add_option('-L', '--save-to-mail-dir', dest='local_mail_dir', - metavar='FILE', + metavar='DIRECTORY', help='Instead of calling SMTP, save' ' the email to this directory.') parser.add_option('-m', '--mail', dest='mail', metavar='EMAIL', nargs=1,