Index: /trunk/scripts/samhainadmin-gpg.pl.in
===================================================================
--- /trunk/scripts/samhainadmin-gpg.pl.in	(revision 588)
+++ /trunk/scripts/samhainadmin-gpg.pl.in	(revision 589)
@@ -156,8 +156,4 @@
     print "    Set the passphrase for gpg. By default, gpg will ask.\n\n";
 
-    print "  -s gnupg_homedir --secretkeyring gnupg_homedir\n";
-    print "    Select an alternate gpg homedirectory to locate the secret keyring.\n";
-    print "    Will use '$ENV{'HOME'}/.gnupg/' by default.\n\n";
-
     print "  -k keyid      --keyid keyid\n";
     print "   Select the keyid to use for signing.\n\n";
@@ -528,5 +524,4 @@
 	local $SIG{PIPE} = 'IGNORE';
 	my $command = "$gpg --homedir $ENV{'HOME'}/.gnupg --passphrase-fd 0 -a ${KEYTAG} ${TARGETKEYID} --clearsign -o $fileout --not-dash-escaped ";
-        $command .= "--secret-keyring $secretkeyring " if (defined($opts{'s'}));
 	$command .= "$file1";
 	open (FH, "|$command")  or die "can't fork: $!";
@@ -535,5 +530,4 @@
     } else {
 	my $command = "$gpg --homedir $ENV{'HOME'}/.gnupg                   -a ${KEYTAG} ${TARGETKEYID} --clearsign -o $fileout --not-dash-escaped ";
-        $command .= "--secret-keyring $secretkeyring " if (defined($opts{'s'}));
 	$command .= "$file1";
 	system("$command") == 0 
@@ -572,5 +566,4 @@
 	    'd|datafile=s',
 	    'p|passphrase=s',
-	    's|secretkeyring=s',
             'k|keyid=s',
 	    'create-cfgfile',  # -m F
