mirror of
https://git.dn42.dev/dn42/registry.git
synced 2025-05-08 05:35:23 +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
|
||||
============
|
||||
|
||||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue