소스 검색

cmd tls: renamed commands related to cfg

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

+ 5 - 5
kamcli/commands/cmd_tls.py

@@ -147,10 +147,10 @@ def tls_cfgprint(ctx, odir, cfgpath):
 ##
 #
 #
[email protected]('list', short_help='Show details for TLS config in memory')
[email protected]('cfgoptions', short_help='Show details for TLS options in memory')
 @pass_context
-def tls_list(ctx):
-    """Show details for TLS config records in memory
+def tls_cfgoptions(ctx):
+    """Show details for TLS options in memory
 
     \b
     """
@@ -160,9 +160,9 @@ def tls_list(ctx):
 ##
 #
 #
[email protected]('reload', short_help='Reload tls configuration file')
[email protected]('cfgreload', short_help='Reload tls configuration file')
 @pass_context
-def tls_reload(ctx):
+def tls_cfgreload(ctx):
     """Reload tls configuration file
 
     \b