Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
b4e39702
Commit
b4e39702
authored
Jul 30, 2000
by
Brian Wellington
Browse files
-h wasn't handled properly.
parent
3469c26c
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/dnssec/dnssec-makekeyset.c
View file @
b4e39702
...
...
@@ -17,7 +17,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: dnssec-makekeyset.c,v 1.2
8
2000/0
6/22 21:49:02 tale
Exp $ */
/* $Id: dnssec-makekeyset.c,v 1.2
9
2000/0
7/30 20:53:49 bwelling
Exp $ */
#include <config.h>
...
...
@@ -146,7 +146,7 @@ main(int argc, char *argv[]) {
dns_result_register
();
while
((
ch
=
isc_commandline_parse
(
argc
,
argv
,
"s:e:t:r:v:"
))
!=
-
1
)
while
((
ch
=
isc_commandline_parse
(
argc
,
argv
,
"s:e:t:r:v:
h
"
))
!=
-
1
)
{
switch
(
ch
)
{
case
's'
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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