Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
BIND
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
591
Issues
591
List
Boards
Labels
Service Desk
Milestones
Merge Requests
113
Merge Requests
113
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ISC Open Source Projects
BIND
Commits
1d36ed10
Commit
1d36ed10
authored
Jan 31, 2016
by
Evan Hunt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[master] spelling
parent
5f4f7c68
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
bin/tools/named-rrchecker.c
bin/tools/named-rrchecker.c
+3
-2
No files found.
bin/tools/named-rrchecker.c
View file @
1d36ed10
...
...
@@ -42,8 +42,9 @@ static void
usage
(
void
)
{
fprintf
(
stderr
,
"usage: named-rrchecker [-o origin] [-hpCPTu]
\n
"
);
fprintf
(
stderr
,
"
\t
-h: print this help message
\n
"
);
fprintf
(
stderr
,
"
\t
-o origin: set origin to be used when interpeting the record
\n
"
);
fprintf
(
stderr
,
"
\t
-p: print the record in cannonical format
\n
"
);
fprintf
(
stderr
,
"
\t
-o origin: set origin to be used when "
"interpeting the record
\n
"
);
fprintf
(
stderr
,
"
\t
-p: print the record in canonical format
\n
"
);
fprintf
(
stderr
,
"
\t
-C: list the supported class names
\n
"
);
fprintf
(
stderr
,
"
\t
-P: list the supported private type names
\n
"
);
fprintf
(
stderr
,
"
\t
-T: list the supported standard type names
\n
"
);
...
...
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