We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
backup-modules
1 parent 6ac1bb0 commit 8fac144Copy full SHA for 8fac144
easybuild/tools/options.py
@@ -357,7 +357,8 @@ def override_options(self):
357
None, 'store_true', False),
358
'allow-use-as-root-and-accept-consequences': ("Allow using of EasyBuild as root (NOT RECOMMENDED!)",
359
360
- 'backup-modules': ("Back up an existing module file, if any. Only works when using --module-only",
+ 'backup-modules': ("Back up an existing module file, if any. "
361
+ "Auto-enabled when using --module-only or --skip",
362
None, 'store_true', None), # default None to allow auto-enabling if not disabled
363
'backup-patched-files': ("Create a backup (*.orig) file when applying a patch",
364
0 commit comments