Skip to content

Commit

Permalink
cargo install installs not globally (#1732)
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuk authored May 24, 2022
1 parent ca1d85f commit 4467a3a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion parquet/src/bin/parquet-read.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
//! ```
//! cargo install parquet --features=cli
//! ```
//! After this `parquet-read` should be globally available:
//! After this `parquet-read` should be available:
//! ```
//! parquet-read XYZ.parquet
//! ```
Expand Down
2 changes: 1 addition & 1 deletion parquet/src/bin/parquet-rowcount.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
//! ```
//! cargo install parquet --features=cli
//! ```
//! After this `parquet-rowcount` should be globally available:
//! After this `parquet-rowcount` should be available:
//! ```
//! parquet-rowcount XYZ.parquet
//! ```
Expand Down
2 changes: 1 addition & 1 deletion parquet/src/bin/parquet-schema.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
//! ```
//! cargo install parquet --features=cli
//! ```
//! After this `parquet-schema` should be globally available:
//! After this `parquet-schema` should be available:
//! ```
//! parquet-schema XYZ.parquet
//! ```
Expand Down

0 comments on commit 4467a3a

Please sign in to comment.