summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre Peltier <pierre.peltier@adevinta.com>2019-10-29 14:34:05 +0100
committerAbin Simon <abinsimon10@gmail.com>2019-12-06 11:35:03 +0530
commitc7236ea04b3da8a4eaa6b962844a1951195ce9a7 (patch)
tree3cf7f9ba231771983a9726aca4347d7d8d54e60e
parent524ce6ba71ba1f846b054826cab0813c8e7b156c (diff)
Remove the "name-with-symlink" flag
-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(