Skip to content
This repository was archived by the owner on Mar 23, 2021. It is now read-only.

Commit e0efc99

Browse files
author
Tobin C. Harding
committed
Remove period from help output
1 parent 8f45042 commit e0efc99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cnd/src/cli.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ use std::path::PathBuf;
33
#[derive(structopt::StructOpt, Debug)]
44
#[structopt(name = "COMIT network daemon")]
55
pub struct Options {
6-
/// Path to configuration file.
6+
/// Path to configuration file
77
#[structopt(short = "c", long = "config", parse(from_os_str))]
88
pub config_file: Option<PathBuf>,
99

10-
/// Dump the current configuration and exit.
10+
/// Dump the current configuration and exit
1111
#[structopt(long = "dump-config")]
1212
pub dump_config: bool,
1313
}

0 commit comments

Comments
 (0)