Skip to content
This repository was archived by the owner on Dec 12, 2024. It is now read-only.

Commit 24f8256

Browse files
docs: unify concise tagline b/w binary --help and Cargo.toml
1 parent 973d355 commit 24f8256

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "git-glimpse"
3-
description = "(WIP) An opinionated command-line tool that uses `git log --graph` to only show refs you care about."
3+
description = "Show a minimal graph of Git commits for various use cases."
44
version = "0.4.1"
55
edition = "2021"
66
license = "MIT OR Apache-2.0"

src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use clap::Parser;
44
use ezcmd::EasyCommand;
55
use git_glimpse::{git_config, list_branches_cmd, run, show_graph, stdout_lines};
66

7-
/// Show a minimal graph of Git commits.
7+
/// Show a minimal graph of Git commits for various use cases.
88
///
99
/// When no arguments are specified, this commands runs as if the `stack` subcommand was invoked
1010
/// with no arguments.

0 commit comments

Comments
 (0)