From 9fdecae8be2e0a0a83999b62a662e8850ab05c0b Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Fri, 23 Feb 2024 15:45:15 +0100 Subject: [PATCH] modbuild: add doc of opt '--legacy' to usage output --- Pmodules/modbuild.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Pmodules/modbuild.in b/Pmodules/modbuild.in index 0baf4be..0087976 100755 --- a/Pmodules/modbuild.in +++ b/Pmodules/modbuild.in @@ -151,6 +151,8 @@ MISCELLANEOUS OPTIONS: --overlay Install in this overlay. Defaults to '${PMODULES_HOME%%/Tools*}'. +--legacy + Use legacy configuration files. " exit 1 }