mnt: shorter description of mount points
authorRobert Swiecki <robert@swiecki.net>
Sat, 31 Aug 2019 20:08:02 +0000 (22:08 +0200)
committerRobert Swiecki <robert@swiecki.net>
Sat, 31 Aug 2019 20:08:02 +0000 (22:08 +0200)
mnt.cc

diff --git a/mnt.cc b/mnt.cc
index 47db86dfa6f3e88bc8730d92908cfb4162481d11..dc97ff5993ca729a32decb0d427b96ae9ad7b56c 100644 (file)
--- a/mnt.cc
+++ b/mnt.cc
@@ -572,9 +572,9 @@ const std::string describeMountPt(const mount_t& mpt) {
            .append("'");
 
        if (mpt.is_dir) {
-               descr.append(" is_dir:true");
+               descr.append(" dir:true");
        } else {
-               descr.append(" is_dir:false");
+               descr.append(" dir:false");
        }
        if (!mpt.is_mandatory) {
                descr.append(" mandatory:false");