Update validator/src/cli.rs

Co-authored-by: Michael Vines <mvines@gmail.com>
This commit is contained in:
HaoranYi 2022-11-29 10:45:06 -06:00
parent 37306f1762
commit b090bb4f56
1 changed files with 1 additions and 1 deletions

View File

@ -516,7 +516,7 @@ pub fn app<'a>(version: &'a str, default_args: &'a DefaultArgs) -> App<'a, 'a> {
.arg(
Arg::with_name("no_os_open_fd_stats_reporting")
.long("no-os-open-fd-stats-reporting")
.help("Disable reporting of open file descriptors statistics for current process.")
.help("Disable reporting of open file descriptor statistics.")
)
.arg(
Arg::with_name("accounts-hash-interval-slots")