Skip to content

Commit c059db3

Browse files
ianmcookamoeba
andauthored
chore: use the definite article to describe dbc (#303)
Co-authored-by: Bryce Mecum <petridish@gmail.com>
1 parent 8a3af03 commit c059db3

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.goreleaser.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ version: 2
2424

2525
project_name: dbc
2626
metadata:
27-
description: "A CLI utility for managing ADBC drivers"
27+
description: "The command line tool for installing and managing ADBC drivers"
2828
license: Apache-2.0
2929
homepage: "https://columnar.tech/dbc"
3030
maintainers:
@@ -211,7 +211,7 @@ nfpms:
211211
license: Apache-2.0
212212

213213
description: >-
214-
A CLI utility for managing ADBC drivers
214+
The command line tool for installing and managing ADBC drivers
215215
216216
formats:
217217
- deb
@@ -232,8 +232,8 @@ nfpms:
232232
snapcrafts:
233233
- id: snaps
234234
name: dbc
235-
summary: CLI for managing ADBC drivers
236-
description: A command-line interface for interacting with ADBC drivers.
235+
summary: The command line tool for installing and managing ADBC drivers
236+
description: The command line tool for installing and managing ADBC drivers
237237
icon: ./resources/dbc.png
238238
hooks:
239239
install:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ limitations under the License.
2222

2323
## Overview
2424

25-
**dbc is a command-line tool for installing and managing [ADBC](https://arrow.apache.org/adbc) drivers.**
25+
**dbc is the command-line tool for installing and managing [ADBC](https://arrow.apache.org/adbc) drivers.**
2626

2727
dbc can:
2828

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ limitations under the License.
2020

2121
# dbc
2222

23-
dbc is a command-line tool for installing and managing [ADBC](https://arrow.apache.org/adbc) drivers. Get up and running with ADBC in just three steps:
23+
dbc is the command-line tool for installing and managing [ADBC](https://arrow.apache.org/adbc) drivers. Get up and running with ADBC in just three steps:
2424

2525
<br/>1. Install dbc (see [Installation](./getting_started/installation.md) for more options):
2626

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
site_name: dbc
1616
site_author: columnar-tech
17-
site_description: dbc is a command line tool for installing and managing ADBC drivers
17+
site_description: dbc is the command line tool for installing and managing ADBC drivers
1818
site_url: https://docs.columnar.tech/dbc
1919
repo_url: https://github.com/columnar-tech/dbc
2020
repo_name: dbc

resources/README.dockerhub.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
1414
limitations under the License.
1515
-->
1616

17-
[dbc](https://columnar.tech/dbc) is a command-line tool for installing and managing [ADBC](https://arrow.apache.org/adbc) drivers.
17+
[dbc](https://columnar.tech/dbc) is the command-line tool for installing and managing [ADBC](https://arrow.apache.org/adbc) drivers.
1818
This is the official set of Docker images for dbc.
1919

2020
Note: These images are intended to be an easy way to run dbc and aren't designed for running typical analytical workloads inside the container. We recommend building your own images for more complicated use cases.

0 commit comments

Comments
 (0)