Skip to content

Commit

Permalink
Avoid visible backticks around pls
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvkb committed Jan 12, 2025
1 parent c85979d commit 4ef9b15
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pls"
description = "`pls` is a prettier and powerful `ls` for the pros."
description = "pls is a prettier and powerful ls(1) for the pros"
version = "0.0.1-beta.9"

authors = ["Dhruv Bhanushali <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion docs/src/content/docs/guides/get_started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ pls --help # or -h

{/* prettier-ignore-start */}
<pre className="terminal">
<b><span style='color:var(--red,#a00)'>`pls`</span></b> is a prettier and powerful `ls` for the pros.
<b><span style='color:var(--red,#a00)'>pls</span></b> is a prettier and powerful ls(1) for the pros.
&nbsp;
<b><u>Usage:</u></b> <b>pls</b> [OPTIONS] [PATHS]...
...
Expand Down
2 changes: 1 addition & 1 deletion docs/src/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: pls
head:
- tag: title
content: pls - a prettier and powerful `ls(1)` for the pros
content: pls - a prettier and powerful ls(1) for the pros
description:
pls is a prettier and powerful ls(1) for the pros. With clean, readable
output, deep customisation and useful features, it is a pro's best friend.
Expand Down
4 changes: 2 additions & 2 deletions src/config/args.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ fn regex_parser(s: &str) -> Result<Regex, RegexError> {
#[command(
author,
version,
about = render("<red bold>`pls`</> is a prettier and powerful `ls` for the pros."),
about = render("<red bold>pls</> is a prettier and powerful ls(1) for the pros."),
long_about = render(format!(
"<red bold>`pls`</> is a prettier and powerful `ls` for the pros.
"<red bold>pls</> is a prettier and powerful ls(1) for the pros.
<bold>Read docs:</> {}
<bold>Get source:</> {}
Expand Down

0 comments on commit 4ef9b15

Please sign in to comment.