FIX: change name weekly-check to db-check
This commit is contained in:
@ -11,8 +11,8 @@ There are for the moment two possible checks:
|
||||
1) Dependency checker <br>
|
||||
Check for module dependencies status and change their status accordingly.
|
||||
|
||||
2) Weekly Pmodules checker <br>
|
||||
Report new, deleted or changed modules and write it to a pmodules_changes.md file.
|
||||
2) Pmodules Database checker <br>
|
||||
Report new, deleted or changed modules, write it to the database and print changes to pmodules_changes.md.
|
||||
|
||||
## Usage
|
||||
On Merlin need to first load a Python3:
|
||||
@ -33,8 +33,8 @@ python3 pmodules_tools/pmodules_tools.py --help
|
||||
python3 pmodules_tools/pmodules_tools.py --deps-check # or -d
|
||||
```
|
||||
|
||||
### Weekly Pmodules checker
|
||||
### Pmodules Database checker
|
||||
|
||||
```sh
|
||||
python3 pmodules_tools/pmodules_tools.py --weekly-check # or -w
|
||||
python3 pmodules_tools/pmodules_tools.py --db-check # or -w
|
||||
```
|
||||
|
Reference in New Issue
Block a user