summaryrefslogtreecommitdiffstats
path: root/src/column.rs
diff options
context:
space:
mode:
authorBen S <ogham@bsago.me>2014-12-18 07:04:31 +0000
committerBen S <ogham@bsago.me>2014-12-18 07:04:31 +0000
commita871a448be64b08c7d77a9ee918af2eaa9b25c0c (patch)
treed55a1c7f24c8c2984d7ce0fbd0974684e4aac729 /src/column.rs
parentf03a4964241ae15cf75229d81867cc157b8748c9 (diff)
Add --bytes to not use prefixes at all
Diffstat (limited to 'src/column.rs')
-rw-r--r--src/column.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/column.rs b/src/column.rs
index 0731494..97e60c9 100644
--- a/src/column.rs
+++ b/src/column.rs
@@ -14,6 +14,7 @@ impl Copy for Column { }
pub enum SizeFormat {
DecimalBytes,
BinaryBytes,
+ JustBytes,
}
impl Copy for SizeFormat { }