* Provide a long CLI description sentence. * * @return text */
| 17 | * @return text |
| 18 | */ |
| 19 | String CASignCommand::GetDescription() const |
| 20 | { |
| 21 | return "Signs an outstanding certificate request."; |
| 22 | } |
| 23 | |
| 24 | /** |
| 25 | * Provide a short CLI description. |
nothing calls this directly
no outgoing calls
no test coverage detected