diff --git a/src/app.rs b/src/app.rs index 326eb6963..d78af0ff2 100644 --- a/src/app.rs +++ b/src/app.rs @@ -220,7 +220,6 @@ pub fn build() -> App<'static, 'static> { .possible_value("none") .possible_value("first") .possible_value("last") - .default_value("none") .multiple(true) .number_of_values(1) .help("Sort the directories then the files"),