summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Sommerseth <dazo@users.sourceforge.net>2008-12-28 17:20:20 +0100
committerDavid Sommerseth <dazo@users.sourceforge.net>2008-12-28 17:20:20 +0100
commita13684246a780a27c3110818254a696385c06b93 (patch)
treeb8fd410448a3b4e19c72494f4f86a34850d49b79
parent7983642eaa58788ad497057e57f5547f7dfd935b (diff)
downloadeurephia-a13684246a780a27c3110818254a696385c06b93.tar.gz
eurephia-a13684246a780a27c3110818254a696385c06b93.tar.xz
eurephia-a13684246a780a27c3110818254a696385c06b93.zip
certs command: Removed unused certs modes in help function
-rw-r--r--eurephiadm/commands/certificates.c4
1 files changed, 0 insertions, 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}
};