Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Menu
Open sidebar
NTPsec
ntpsec
Commits
c26d0602
Commit
c26d0602
authored
Jan 04, 2017
by
Gary E. Miller
💬
Browse files
ntpkeygen: the unused -M option never took an argument.
If we are going to be back compatible, we need to be back compatible.
parent
fc449de9
Changes
1
Hide whitespace changes
Inline
Side-by-side
ntpclients/ntpkeygen
View file @
c26d0602
...
...
@@ -75,7 +75,7 @@ def fheader(file, # file name id
if
__name__
==
'__main__'
:
try
:
(
options
,
arguments
)
=
getopt
.
getopt
(
sys
.
argv
[
1
:],
"hM
:
"
,
[
"help"
])
(
options
,
arguments
)
=
getopt
.
getopt
(
sys
.
argv
[
1
:],
"hM"
,
[
"help"
])
except
getopt
.
GetoptError
as
e
:
print
(
e
)
raise
SystemExit
(
1
)
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment