Browse Source

cmd_tls: proper tls reload command implementation

Daniel-Constantin Mierla 7 years ago
parent
commit
549e7e2ce1
1 changed files with 4 additions and 4 deletions
  1. 4 4
      kamcli/commands/cmd_tls.py

+ 4 - 4
kamcli/commands/cmd_tls.py

@@ -93,12 +93,12 @@ def tls_list(ctx):
 ##
 #
 #
[email protected]('reload', short_help='Reload domain records from database into memory')
[email protected]('reload', short_help='Reload tls configuration file')
 @pass_context
-def domain_reload(ctx):
-    """Reload domain records from database into memory
+def tls_reload(ctx):
+    """Reload tls configuration file
 
     \b
     """
-    command_ctl(ctx, 'domain.reload', [ ])
+    command_ctl(ctx, 'tls.reload', [ ])