summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/app.rs10
1 files changed, 1 insertions, 9 deletions
diff --git a/src/app.rs b/src/app.rs
index 37b8c0b..b1d4deb 100644
--- a/src/app.rs
+++ b/src/app.rs
@@ -185,15 +185,7 @@ pub fn build() -> App<'static, 'static> {
.multiple(true)
.number_of_values(1)
.require_delimiter(true)
- .possible_values(&[
- "permission",
- "user",
- "group",
- "size",
- "date",
- "name",
- "name-with-symlink",
- ])
+ .possible_values(&["permission", "user", "group", "size", "date", "name"])
.help("Specify the blocks that will be displayed and in what order"),
)
.arg(