Use s instead of sec for units of seconds

This commit is contained in:
a1346054
2022-10-12 23:47:25 +00:00
parent 0dcba3c81f
commit aefa6cf194

View File

@@ -68,7 +68,7 @@ const char *COLUMN_FORMAT_RECEIVED = "%11.3f";
// All descriptions are padded to 6 characters in length with spaces // All descriptions are padded to 6 characters in length with spaces
const char *const desc_view_mode[VIEWMODE_COUNT] = { const char *const desc_view_mode[VIEWMODE_COUNT] = {
"KB/sec", "KB ", "B ", "MB ", "MB/sec", "GB/sec"}; "KB/s ", "KB ", "B ", "MB ", "MB/s ", "GB/s "};
constexpr char FILE_SEPARATOR = '/'; constexpr char FILE_SEPARATOR = '/';