Skip to content
This repository was archived by the owner on Nov 19, 2023. It is now read-only.

Commit c9c042d

Browse files
committed
use about only for now
1 parent eb24344 commit c9c042d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ type SourcesType = Vec<(String, String)>;
3333
#[clap(
3434
name = env!("CARGO_PKG_NAME"),
3535
version = env!("CARGO_PKG_VERSION"),
36-
about = env!("CARGO_PKG_DESCRIPTION"),
37-
long_about = format!("pq: query and transform data with PRQL version {} (https://prql-lang.org)", PRQL_VERSION.to_string())
36+
about = format!("{} version {} (https://prql-lang.org)", env!("CARGO_PKG_DESCRIPTION"), PRQL_VERSION.to_string())
3837
)]
3938
struct Cli {
4039
/// The file(s) to read data FROM if given

0 commit comments

Comments
 (0)