summaryrefslogtreecommitdiffstats
path: root/misc-utils
diff options
context:
space:
mode:
authorBenno Schulenberg2013-06-05 21:58:13 +0200
committerKarel Zak2013-06-07 12:29:44 +0200
commit97b820bffdd915893c7e6eeb9cbdcbf3388862fa (patch)
tree86b7415ce229d0113fbdf9d98d155458b07de2a5 /misc-utils
parentcal: fix few type mismatches (diff)
downloadkernel-qcow2-util-linux-97b820bffdd915893c7e6eeb9cbdcbf3388862fa.tar.gz
kernel-qcow2-util-linux-97b820bffdd915893c7e6eeb9cbdcbf3388862fa.tar.xz
kernel-qcow2-util-linux-97b820bffdd915893c7e6eeb9cbdcbf3388862fa.zip
textual: improve clarity of some error messages
Reported-by: Petr Písař <petr.pisar@atlas.cz> Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Diffstat (limited to 'misc-utils')
-rw-r--r--misc-utils/findmnt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc-utils/findmnt.c b/misc-utils/findmnt.c
index 4a3e760e7..48c807caf 100644
--- a/misc-utils/findmnt.c
+++ b/misc-utils/findmnt.c
@@ -133,7 +133,7 @@ static struct colinfo infos[FINDMNT_NCOLUMNS] = {
[COL_ID] = { "ID", 2, TT_FL_RIGHT, N_("mount ID") },
[COL_OPT_FIELDS] = { "OPT-FIELDS", 0.10, TT_FL_TRUNC, N_("optional mount fields") },
[COL_PROPAGATION] = { "PROPAGATION", 0.10, 0, N_("VFS propagation flags") },
- [COL_FREQ] = { "FREQ", 1, TT_FL_RIGHT, N_("dump(8) frequency in days [fstab only]") },
+ [COL_FREQ] = { "FREQ", 1, TT_FL_RIGHT, N_("dump(8) period in days [fstab only]") },
[COL_PASSNO] = { "PASSNO", 1, TT_FL_RIGHT, N_("pass number on parallel fsck(8) [fstab only]") }
};