From b0aa310c836729f7dcaa37616d139c7571ff5e3d Mon Sep 17 00:00:00 2001 From: Ryan Geary Date: Wed, 1 Apr 2020 16:32:19 -0400 Subject: Update documentation for v0.1.4 --- src/opt.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/opt.rs b/src/opt.rs index 77ba9fd..77fc710 100644 --- a/src/opt.rs +++ b/src/opt.rs @@ -8,11 +8,11 @@ use crate::config::Config; #[structopt(name = "choose", about = "`choose` sections from each line of files")] #[structopt(setting = structopt::clap::AppSettings::AllowLeadingHyphen)] pub struct Opt { - /// Specify field separator other than whitespace + /// Specify field separator other than whitespace, using Rust `regex` syntax #[structopt(short, long)] pub field_separator: Option, - /// Use exclusive ranges, similar to array slicing in many programming languages + /// Use exclusive ranges, similar to array indexing in many programming languages #[structopt(short = "x", long)] pub exclusive: bool, -- cgit v1.2.3