summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2019-07-18 00:22:57 -0400
committerDan Davison <dandavison7@gmail.com>2019-07-18 00:25:56 -0400
commita3f5e2e6428320c3cd49523c58ddcf9bb3862c5c (patch)
treea862bd7e614b30734db65d3ba8cee57649f8d54b
parenta7bcde3ab536d312e4d8dedd7cdbde3e2e9418ec (diff)
Bump version, update README and description0.0.3
-rw-r--r--Cargo.toml2
-rw-r--r--README.md1
-rw-r--r--src/cli.rs2
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 <dandavison7@gmail.com>"]
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.