Skip to content

Commit 2737da6

Browse files
authored
minor doc improvements
1 parent 42227b5 commit 2737da6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/gha_assets/release_pr_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Bump version to **{{RELEASE_VERSION}}** for release.
88

99
- docker image:
1010
- [ ] `docker pull yshavit/mdq:{{RELEASE_VERSION}}-rc`
11-
- [ ] `docker run --rm -i yshavit/mdq:{{RELEASE_VERSION}} --version-rc`
11+
- [ ] `docker run --rm -i yshavit/mdq:{{RELEASE_VERSION}}-rc --version`
1212

1313
- [ ] review release notes
1414

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ To install mdq locally, any of these will work:
5151
docker pull yshavit/mdq
5252
echo 'My [example](https://github.com/yshavit/mdq) markdown' | docker run --rm -i yshavit/mdq '[]()'
5353
```
54-
To use a specific release version, use `yshavit/mdq:0.3.1` (or whichever version). See [Docker Hub] for available tags.
54+
To use a specific release version, use `yshavit/mdq:<version>`. See [Docker Hub] for available version tags.
5555
1. Download binaries from [the latest release] (or any other release, of course).
5656
<details>
5757
<summary>Mac users</summary>

src/cli.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ pub struct Cli {
7272
#[arg(group = "selectors_group", value_name = "selectors")]
7373
pub(crate) selectors: Option<String>,
7474

75-
/// Quiet: do not print anything to stdout. The exit code will still be 0 if-and-only-iff any elements match.
75+
/// Quiet: do not print anything to stdout. The exit code will still be 0 if any elements match, and non-0 if none do.
7676
#[arg(long, short)]
7777
pub(crate) quiet: bool,
7878

0 commit comments

Comments
 (0)