mirror of
https://git.dn42.dev/dn42/registry.git
synced 2025-07-19 00:46:59 +08: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
Add a link
Reference in a new issue