소스 검색

cmd_dialog: fix terminate function name

Daniel-Constantin Mierla 5 년 전
부모
커밋
f14d56bce2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      kamcli/commands/cmd_dialog.py

+ 1 - 1
kamcli/commands/cmd_dialog.py

@@ -57,7 +57,7 @@ def dialog_list(ctx):
 @click.argument('fromtag', metavar='<fromtag>')
 @click.argument('totag', metavar='<totag>')
 @pass_context
-def dialog_list(ctx, callid, fromtag, totag):
+def dialog_terminate(ctx, callid, fromtag, totag):
     """Send BYE to the dialog identified by callid, from-tag and to-tag
 
     \b