added program name because wrapper was messing it up
This commit is contained in:
parent
7485a8e823
commit
77c251357e
1 changed files with 1 additions and 1 deletions
2
knock
2
knock
|
@ -5,7 +5,7 @@ import argparse
|
|||
from pathlib import Path
|
||||
import subprocess
|
||||
|
||||
parser = argparse.ArgumentParser(description='Convert an ACSM file to a DRM-free ePub file')
|
||||
parser = argparse.ArgumentParser(prog="knock", description='Convert an ACSM file to a DRM-free ePub file')
|
||||
parser.add_argument('acsm_file', metavar='file', type=str, help='the ACSM file to convert')
|
||||
args = parser.parse_args()
|
||||
|
||||
|
|
Loading…
Reference in a new issue