mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix argument name
This commit is contained in:
parent
72d2fdb512
commit
92af1c9572
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -247,7 +247,7 @@ if WITH_SETUPTOOLS:
|
|||
'common paths that salt uses. This defaults to False on '
|
||||
'develop/editable setups. If GENERATE_SALT_SYSPATHS is found in '
|
||||
'the environment this flag is switched to True.'),
|
||||
('mimic-install', None,
|
||||
('mimic-salt-install', None,
|
||||
'Mimmic the install command when running the develop command. '
|
||||
'This will generate salt\'s _version.py and _syspaths.py files. '
|
||||
'Generate Salt\'s _syspaths.py file which allows tweaking some '
|
||||
|
|
Loading…
Add table
Reference in a new issue