Skip to content

Commit 4dc3fa3

Browse files
committed
fix phrasing description
1 parent 3baf7be commit 4dc3fa3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
authors = ["o2sh <[email protected]>"]
33
categories = ["command-line-utilities"]
4-
description = "A command-line Git information tool"
4+
description = "Command-line Git information tool"
55
edition = "2018"
66
exclude = ["assets/*", "docs/vercel/*"]
77
keywords = ["git", "cli", "terminal"]

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<h3 align="center"><img src="assets/onefetch.svg" height="130px"></h3>
22

3-
<h5 align="center">A command-line Git information tool written in Rust</h5>
3+
<h5 align="center">Command-line Git information tool written in Rust</h5>
44

55
<p align="center">
66
<a href="https://crates.io/crates/onefetch"><img src="https://img.shields.io/crates/v/onefetch.svg" alt="cargo"></a>

docs/README.fr.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<h3 align="center"><img src="../assets/onefetch.svg" height="130px"></h3>
22

3-
<h5 align="center">Un outil Git en ligne de commande écrit en Rust</h5>
3+
<h5 align="center">Outil Git en ligne de commande écrit en Rust</h5>
44

55
<p align="center">
66
<a href="https://crates.io/crates/onefetch"><img src="https://img.shields.io/crates/v/onefetch.svg" alt="cargo"></a>

snap/snapcraft.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: onefetch
22
base: core22
33
adopt-info: onefetch
4-
summary: A command-line Git information tool
4+
summary: Command-line Git information tool
55
description: |
66
Onefetch is a command-line Git information tool that displays project information
77
and code statistics for a local Git repository directly to your terminal.

0 commit comments

Comments
 (0)