Skip to content

Commit

Permalink
Fix README nits
Browse files Browse the repository at this point in the history
  • Loading branch information
alcroito committed Mar 5, 2021
1 parent 372c752 commit d48e5a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Build using `cargo build`. The executable will be placed into `$PWD/target[/targ

## Docker images and docker-compose

Docker images based on Alpine Linux (~7MB) are available for your server-y needs.
Docker images based on Alpine Linux (~7MB) are available for your server-y needs.

They are regularly built using Github Actions for the following platforms:

Expand Down
4 changes: 2 additions & 2 deletions src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ use clap::{crate_version, App, Arg, ArgMatches};
use crate::config_consts::*;

pub fn get_clap_matches() -> ArgMatches<'static> {
let matches = App::new("Digital ocean dynamic dns updater")
let matches = App::new("DigitalOcean dynamic dns updater")
.version(crate_version!())
.about("Updates a digital ocean domain record to point to the current machine's public IP")
.about("Updates a DigitalOcean domain record to point to the current machine's public IP")
.setting(clap::AppSettings::NextLineHelp)
.usage(
"\
Expand Down

0 comments on commit d48e5a4

Please sign in to comment.