Software /
code /
prosody
Comparison
prosodyctl @ 8122:e56a90168890
prosodyctl: Add cert import to short help
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 24 Apr 2017 15:53:26 +0200 |
parent | 8120:3c5f0cb4381a |
child | 8128:c14513401d65 |
child | 8144:8e9a36d0c7d1 |
comparison
equal
deleted
inserted
replaced
8120:3c5f0cb4381a | 8122:e56a90168890 |
---|---|
934 return 1; | 934 return 1; |
935 end | 935 end |
936 return cert_commands[subcmd](arg); | 936 return cert_commands[subcmd](arg); |
937 end | 937 end |
938 end | 938 end |
939 show_usage("cert config|request|generate|key", "Helpers for generating X.509 certificates and keys.") | 939 show_usage("cert config|request|generate|key|import", "Helpers for generating X.509 certificates and keys.") |
940 end | 940 end |
941 | 941 |
942 function commands.check(arg) | 942 function commands.check(arg) |
943 if arg[1] == "--help" then | 943 if arg[1] == "--help" then |
944 show_usage([[check]], [[Perform basic checks on your Prosody installation]]); | 944 show_usage([[check]], [[Perform basic checks on your Prosody installation]]); |