add --no-delete flags
authorLove Hörnquist Åstrand <lha@kth.se>
Mon, 25 Aug 2008 11:11:49 +0000 (11:11 +0000)
committerLove Hörnquist Åstrand <lha@kth.se>
Mon, 25 Aug 2008 11:11:49 +0000 (11:11 +0000)
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23682 ec53bebd-3082-4978-b11e-865c3cabbd6b

admin/ktutil-commands.in

index a23b76314b126efca32252530b0ff8e2397ae1ad..8f8b9c4c6b91f896384248182f7265b1e04463b0 100644 (file)
@@ -227,6 +227,11 @@ command = {
        min_args = "2"
        max_args = "2"
        help = "Renames an entry in the keytab."
+       option = {
+               long = "delete"
+               type = "-flag"
+               help = "don't delete orignal entry"
+       }
 }
 command = {
        name = "srvconvert"