Remove the "name-with-symlink" flag

This commit is contained in:
Pierre Peltier 2019-10-29 14:34:05 +01:00 committed by Abin Simon
parent 524ce6ba71
commit c7236ea04b

View file

@ -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(