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.
1 parent 2d40813 commit b8cdd06Copy full SHA for b8cdd06
mesonbuild/minstall.py
@@ -78,7 +78,7 @@ def add_arguments(parser: argparse.ArgumentParser) -> None:
78
help='Do not print every file that was installed.')
79
parser.add_argument('--destdir', default=None,
80
help='Sets or overrides DESTDIR environment. (Since 0.57.0)')
81
- parser.add_argument('--dry-run', '-n', action='store_true',
+ parser.add_argument('-n', '--dry-run', action='store_true',
82
help='Doesn\'t actually install, but print logs. (Since 0.57.0)')
83
parser.add_argument('--skip-subprojects', nargs='?', const='*', default='',
84
help='Do not install files from given subprojects. (Since 0.58.0)')
0 commit comments