]> sourceware.org Git - lvm2.git/commitdiff
cleanup: typo in comment: compact_output_fields should be compact-output_cols
authorPeter Rajnoha <prajnoha@redhat.com>
Mon, 19 Oct 2015 07:59:05 +0000 (09:59 +0200)
committerPeter Rajnoha <prajnoha@redhat.com>
Mon, 19 Oct 2015 07:59:05 +0000 (09:59 +0200)
conf/example.conf.in
lib/config/config_settings.h

index e1afed6f069b00b25d26ab9b3f2344dc0e1b2e88..dddede08ded9248a84aad1c0a6cb71813f251c2e 100644 (file)
@@ -1505,7 +1505,7 @@ activation {
        # Do not print empty values for given report fields.
        # The same as compact_output setting, but the compaction is not done
        # globally for all fields in report but only for given fields. If both
-       # compact_output and compact_output_fields is used at the same time,
+       # compact_output and compact_output_cols is used at the same time,
        # the compact_output setting prevails.
        # This configuration option has an automatic default value.
        # compact_output_cols = ""
index cefc5799b2d1c46ef5a6e8974444d4354d19d617..1a261a23f2b59f41027e32a59c88b81c0981921d 100644 (file)
@@ -1425,7 +1425,7 @@ cfg(report_compact_output_cols_CFG, "compact_output_cols", report_CFG_SECTION, C
        "Do not print empty values for given report fields.\n"
        "The same as compact_output setting, but the compaction is not done\n"
        "globally for all fields in report but only for given fields. If both\n"
-       "compact_output and compact_output_fields is used at the same time,\n"
+       "compact_output and compact_output_cols is used at the same time,\n"
        "the compact_output setting prevails.\n")
 
 cfg(report_aligned_CFG, "aligned", report_CFG_SECTION, CFG_PROFILABLE | CFG_DEFAULT_COMMENTED, CFG_TYPE_BOOL, DEFAULT_REP_ALIGNED, vsn(1, 0, 0), NULL, 0, NULL,
This page took 0.039641 seconds and 5 git commands to generate.