diff --git a/src/cli.rs b/src/cli.rs index b307e70..afc45a6 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -54,13 +54,6 @@ w - match full words only */ pub flags: Option, - #[arg(long, value_name = "SEPARATOR")] - /// Set the path separator to use when printing file paths. The default is - /// your platform's path separator ('/' on Unix, '\' on Windows). This flag - /// is intended to override the default when the environment demands it. A - /// path separator is limited to a single byte. - pub path_separator: Option, - /// The regexp or string (if using `-F`) to search for. pub find: String,