From a3f5e2e6428320c3cd49523c58ddcf9bb3862c5c Mon Sep 17 00:00:00 2001 From: Dan Davison Date: Thu, 18 Jul 2019 00:22:57 -0400 Subject: Bump version, update README and description --- Cargo.toml | 2 +- README.md | 1 + src/cli.rs | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 842d7e24..aa04d10d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "delta" -version = "0.1.0" +version = "0.0.3" authors = ["Dan Davison "] edition = "2018" diff --git a/README.md b/README.md index 699c1018..079fb274 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,7 @@ FLAGS: --plus-color, and --minus-color. --list-languages List supported languages and associated file extensions. --list-themes List available syntax highlighting themes. + --show-colors Show the command-line arguments for the current colors. -V, --version Prints version information OPTIONS: diff --git a/src/cli.rs b/src/cli.rs index d0f7c628..8c711baf 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -10,7 +10,7 @@ use crate::config; use crate::style; #[derive(StructOpt, Debug)] -#[structopt(name = "delta", about = "A syntax-highlighter for git.")] +#[structopt(name = "delta", about = "A syntax-highlighting pager for git")] pub struct Opt { /// Use colors appropriate for a light terminal background. For /// more control, see --theme, --plus-color, and --minus-color. -- cgit v1.2.3