From d48e5a4077dbb2441a5cb47aa424be36d6f0dc36 Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Fri, 5 Mar 2021 15:44:59 +0100 Subject: [PATCH] Fix README nits --- README.md | 2 +- src/cli.rs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b4e6765..10bef12 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/src/cli.rs b/src/cli.rs index bffacd8..ce535d7 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -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( "\