Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
monkeysign
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
monkeysphere
monkeysign
Commits
5079e209
Unverified
Commit
5079e209
authored
7 years ago
by
Cody Brownstein
Committed by
anarcat
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix typos
parent
a6b29b91
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
monkeysign/ui.py
+4
-4
4 additions, 4 deletions
monkeysign/ui.py
with
4 additions
and
4 deletions
monkeysign/ui.py
+
4
−
4
View file @
5079e209
...
@@ -154,14 +154,14 @@ class MonkeysignArgumentParser(argparse.ArgumentParser):
...
@@ -154,14 +154,14 @@ class MonkeysignArgumentParser(argparse.ArgumentParser):
self
.
add_argument
(
'
-s
'
,
'
--smtpserver
'
,
'
--smtp
'
,
self
.
add_argument
(
'
-s
'
,
'
--smtpserver
'
,
'
--smtp
'
,
help
=
_
(
'
SMTP server to use, use a colon to specify
'
help
=
_
(
'
SMTP server to use, use a colon to specify
'
'
the port number if non-default (%(port)d).
'
'
the port number if non-default (%(port)d).
'
'
will
l
attempt to use STARTTLS to secure
'
'
will attempt to use STARTTLS to secure
'
'
the conne
x
ion and fail if unsupported
'
'
the conne
ct
ion and fail if unsupported
'
'
(default: deliver using the --mta
'
'
(default: deliver using the --mta
'
'
command)
'
)
%
'
command)
'
)
%
{
'
port
'
:
smtplib
.
SMTP_PORT
})
{
'
port
'
:
smtplib
.
SMTP_PORT
})
self
.
add_argument
(
'
--tls
'
,
action
=
'
store_true
'
,
self
.
add_argument
(
'
--tls
'
,
action
=
'
store_true
'
,
help
=
_
(
'
use a complete TLS conne
x
ion instead of
'
help
=
_
(
'
use a complete TLS conne
ct
ion instead of
'
'
using STARTTLS to upgrade the conne
x
ion.
'
'
using STARTTLS to upgrade the conne
ct
ion.
'
'
will change the default SMTP port to
'
'
will change the default SMTP port to
'
'
%(port)d
'
)
'
%(port)d
'
)
%
{
'
port
'
:
smtplib
.
SMTP_SSL_PORT
})
%
{
'
port
'
:
smtplib
.
SMTP_SSL_PORT
})
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment