From a13684246a780a27c3110818254a696385c06b93 Mon Sep 17 00:00:00 2001 From: David Sommerseth Date: Sun, 28 Dec 2008 17:20:20 +0100 Subject: certs command: Removed unused certs modes in help function --- eurephiadm/commands/certificates.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/eurephiadm/commands/certificates.c b/eurephiadm/commands/certificates.c index deec533..a75e946 100644 --- a/eurephiadm/commands/certificates.c +++ b/eurephiadm/commands/certificates.c @@ -112,12 +112,8 @@ void help_Certificates() { int help_Certificates2(eurephiaCTX *ctx, eurephiaSESSION *sess, eurephiaVALUES *cfg, int argc, char **argv) { e_options helpargs[] = { {"--list", "-l", 0}, - {"--show", "-s", 0}, - {"--activate", "-a", 0}, - {"--deactivate", "-d", 0}, {"--add", "-A", 0}, {"--delete", "-D", 0}, - {"--password", "-p", 0}, {NULL, NULL, 0} }; -- cgit