From 376cb989e9b156e9a11c85cdd2a01585ca2922dd Mon Sep 17 00:00:00 2001 From: Mark Reynolds Date: Sep 08 2014 21:07:22 +0000 Subject: Ticket 47300 - Update man page for remove-ds-admin.pl Description: The man page does not mention the "-a" option https://fedorahosted.org/389/ticket/47300 Reviewed by: nhosoi(Thanks!) --- diff --git a/man/man8/remove-ds-admin.pl.8 b/man/man8/remove-ds-admin.pl.8 index 1830007..6dd8582 100644 --- a/man/man8/remove-ds-admin.pl.8 +++ b/man/man8/remove-ds-admin.pl.8 @@ -19,7 +19,7 @@ remove\-ds\-admin.pl \- Remove all Directory Servers and Admin Server .SH SYNOPSIS .B remove-ds-admin.pl -[\-f] [\-d \-d ... \-d] [\-y] +[\-f] [\-d \-d ... \-d] [\-y] [\-a] .SH DESCRIPTION Shuts down and removes all Directory Server instances and the Admin Server from the system. The directory server instance configuration @@ -45,7 +45,13 @@ Force removal - continue on error - otherwise, the command will abort at the fir Enable debugging - adding more -d will make output more verbose .TP .B \fB\-y\fR -Do the actual processing. Since the command is very destructive, you must provide the -y argument in order for the operation to proceed. \fBUse with extreme caution!\fR +Do the actual processing. Since the command is very destructive, you must provide the -y argument +in order for the operation to proceed. \fBUse with extreme caution!\fR Note, the security/certificate +files are preserved for future setups. +.TP +.B \fB\-a\fR +Remove all the security/certificate files (used with the \-y option). This ensures a complete clean up of the +previous installation. .br .SH AUTHOR remove-ds-admin.pl was written by the 389 Project.