Skip to content

Commit

Permalink
update description
Browse files Browse the repository at this point in the history
  • Loading branch information
lemisky committed Aug 21, 2022
1 parent 3bf0c74 commit 173d1ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/wilk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,8 @@ def get_durations(silk_path: str) -> Tuple[int, int, bytes]:
def main():
import argparse
parser = argparse.ArgumentParser(
description='将媒体文件转为文件推到手机供微(x)信发送',
epilog=f'wilk({__version__}) by foyou(https://github.com/foyoux)'
description='将任意媒体文件转为语音文件推到手机供微(x)模块发送',
epilog=f'wilk({__version__}) by foyou(https://github.com/foyoux/weixin-wxposed-silk-voice)'
)
parser.add_argument('files', nargs='*', help='音视频文件,可任意多个')
parser.add_argument('-t', '--time', dest='time', type=int, default=3000, help='set silk duration')
Expand Down

0 comments on commit 173d1ca

Please sign in to comment.