Skip to content

Commit 3d5ce39

Browse files
authored
Merge pull request #4456 from Flamefire/fix-backup-module-doc
fix description of `backup-modules`
2 parents 9d601e6 + 8fac144 commit 3d5ce39

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

easybuild/tools/options.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,8 @@ def override_options(self):
357357
None, 'store_true', False),
358358
'allow-use-as-root-and-accept-consequences': ("Allow using of EasyBuild as root (NOT RECOMMENDED!)",
359359
None, 'store_true', False),
360-
'backup-modules': ("Back up an existing module file, if any. Only works when using --module-only",
360+
'backup-modules': ("Back up an existing module file, if any. "
361+
"Auto-enabled when using --module-only or --skip",
361362
None, 'store_true', None), # default None to allow auto-enabling if not disabled
362363
'backup-patched-files': ("Create a backup (*.orig) file when applying a patch",
363364
None, 'store_true', False),

0 commit comments

Comments
 (0)