浏览代码

cmd_acc: proper name for rates generate function

Daniel-Constantin Mierla 2 年之前
父节点
当前提交
661574dc9b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      kamcli/commands/cmd_acc.py

+ 1 - 1
kamcli/commands/cmd_acc.py

@@ -413,7 +413,7 @@ def acc_rates_proc_create(ctx):
     help="Run SQL stored procedure to rate the CDRS and generate the costs",
     help="Run SQL stored procedure to rate the CDRS and generate the costs",
 )
 )
 @pass_context
 @pass_context
-def acc_cdrs_generate(ctx):
+def acc_rates_generate(ctx):
     """Run SQL stored procedure to rate the CDRS and generate the costs"""
     """Run SQL stored procedure to rate the CDRS and generate the costs"""
     ctx.vlog(
     ctx.vlog(
         "Run SQL stored procedure to rate the CDRS and generate the costs"
         "Run SQL stored procedure to rate the CDRS and generate the costs"