mirror of
https://git.minetest.land/dn42/registry
synced 2025-10-11 01:43:43 +02:00
add help text
This commit is contained in:
parent
fd91b827e9
commit
b5b80ff14d
1 changed files with 7 additions and 0 deletions
|
@ -1,6 +1,13 @@
|
||||||
"""RSPL Scan
|
"""RSPL Scan
|
||||||
============
|
============
|
||||||
|
|
||||||
|
Usage: rspl scan [options]
|
||||||
|
|
||||||
|
Options:
|
||||||
|
--scan-dir=<dir> Scan given directory
|
||||||
|
--scan-file=<file> Scan given file
|
||||||
|
--add-index Add scanned items to lookup table
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import os
|
import os
|
||||||
|
|
Loading…
Add table
Reference in a new issue