summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAbin Simon <mail@meain.io>2023-01-18 10:07:25 +0530
committerAbin Simon <mail@meain.io>2023-01-18 10:28:01 +0530
commitd1cf72c96851b39b5b73521c3ed2c87a11fc954f (patch)
tree058c884c8832d7b118b655751ab1b637266e00db
parentbc80b8432a7660c2266208ed1b1640b164bcd2e7 (diff)
Drop size_value from blocks docs
-rw-r--r--README.md2
-rw-r--r--src/config_file.rs2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 3b032c4..e6c039f 100644
--- a/README.md
+++ b/README.md
@@ -102,7 +102,7 @@ classic: false
# == Blocks ==
# This specifies the columns and their order when using the long and the tree
# layout.
-# Possible values: permission, user, group, size, size_value, date, name, inode
+# Possible values: permission, user, group, size, date, name, inode
blocks:
- permission
- user
diff --git a/src/config_file.rs b/src/config_file.rs
index b20c81f..d2c6d7c 100644
--- a/src/config_file.rs
+++ b/src/config_file.rs
@@ -203,7 +203,7 @@ classic: false
# == Blocks ==
# This specifies the columns and their order when using the long and the tree
# layout.
-# Possible values: permission, user, group, context, size, size_value, date, name, inode
+# Possible values: permission, user, group, context, size, date, name, inode
blocks:
- permission
- user