added help messages to more options
This commit is contained in:
parent
27be7fc410
commit
5686cd5a46
1 changed files with 2 additions and 2 deletions
4
main.py
4
main.py
|
@ -14,9 +14,9 @@ def main():
|
||||||
|
|
||||||
parser.add_argument("OUTPUT", help="folder for output", type=str)
|
parser.add_argument("OUTPUT", help="folder for output", type=str)
|
||||||
|
|
||||||
parser.add_argument("-n", "--name", action="store_true")
|
parser.add_argument("-n", "--name", action="store_true", help="rename videos")
|
||||||
|
|
||||||
parser.add_argument("-c", "--classify", action="store_true")
|
parser.add_argument("-c", "--classify", action="store_true", help="assign a category to videos to move them into corresponding folders")
|
||||||
|
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"-r",
|
"-r",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue