1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

config: avoid configurable description text

It's just simpler to avoid configurable values in
the description text by rewording to avoid them.
This commit is contained in:
David Teigland 2015-05-14 09:25:48 -05:00
parent 4931d0132c
commit cf93fe39e3

View File

@ -903,7 +903,7 @@ cfg(global_system_id_source_CFG, "system_id_source", global_CFG_SECTION, 0, CFG_
"'local' section of an lvm configuration file, e.g. lvmlocal.conf.\n"
"uname - Set the system ID from the hostname (uname) of the system.\n"
"System IDs beginning localhost are not permitted.\n"
"machineid - Use the contents of the file " DEFAULT_ETC_DIR "/machine-id to set the\n"
"machineid - Use the contents of the machine-id file to set the\n"
"system ID. Some systems create this file at installation time.\n"
"See 'man machine-id'.\n"
"file - Use the contents of another file (system_id_file) to set\n"