Skip to content

Commit

Permalink
Use more descriptive metavar
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrownstein committed Apr 11, 2018
1 parent 4bed806 commit 5a98da8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pius
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 5a98da8

Please sign in to comment.