Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

Commit

Permalink
fix: --nosend and --verbose propogate fully now
Browse files Browse the repository at this point in the history
Closes #12
  • Loading branch information
kbknapp committed Jun 6, 2015
1 parent fcd8c1d commit ede3df4
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
22 changes: 11 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "docli"
version = "0.1.0-beta"
version = "0.1.0-beta2"
authors = ["Kevin K <kbknapp@gmail.com>"]
description = "A command line utility to managing DigitalOcean infrastructure"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ fn get_auth_token(m: &ArgMatches) -> String {

fn main() {
let dns_types = DnsRecType::variants();
let dns_args = "-n --name [name] 'Name of the DNS record'
let dns_args = "-N --name [name] 'Name of the DNS record'
-d --data [data] 'Data for the DNS record'
-P --priority [priority] 'The priority to set'
-p --port [port] 'The port to use'
Expand Down

0 comments on commit ede3df4

Please sign in to comment.