manojkarthick commented on a change in pull request #9306: URL: https://github.com/apache/arrow/pull/9306#discussion_r567471430
########## File path: rust/parquet/src/bin/parquet-read.rs ########## @@ -34,39 +34,72 @@ //! ``` //! //! # Usage -//! //! ``` //! parquet-read <file-path> [num-records] //! ``` -//! where `file-path` is the path to a Parquet file and `num-records` is the optional -//! numeric option that allows to specify number of records to read from a file. -//! When not provided, all records are read. +//! +//! ## Flags +//! -h, --help Prints help information +//! -j, --json Print parquet file in JSON lines Format +//! -V, --version Prints version information +//! +//! ## Args +//! <file-path> Path to a parquet file Review comment: My bad: Missed capitalizing in the doc comments! Thank you :) ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org