This website works better with JavaScript.
Home
Explore
Help
Sign In
brettlangdon
/
realm
mirror of
https://github.com/brettlangdon/realm.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Add cli usage string
master
Brett Langdon
10 years ago
parent
bc4196d51a
commit
bf34bc0e5b
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
cmd/realm/main.go
+ 1
- 0
cmd/realm/main.go
View File
@ -11,6 +11,7 @@ func main() {
// Setup our CLI app
var
app
*
cli
.
App
=
cli
.
NewApp
(
)
app
.
Name
=
"realm"
app
.
Usage
=
"A simple non-recursive DNS server"
app
.
Version
=
"0.1.0"
app
.
Author
=
"Brett Langdon"
app
.
Email
=
"me@brett.is"
Write
Preview
Loading…
Cancel
Save