.TH "doc_help_kdb-record-undo_md" 3elektra "Fri Aug 4 2023" "Version 0.11.0" "Elektra" \" -*- nroff -*-
.ad l
.nh
.SH NAME
doc_help_kdb-record-undo_md \- kdb-record-undo(1) -- Undo the changes performed during a recording session 
 
.SH "SYNOPSIS"
.PP
\fCkdb record-undo [<parent_key>]\fP
.br
.SH "DESCRIPTION"
.PP
This command will undo all the changes that have been recorded\&. The optional parameter \fCparent_key\fP can be used to restrict the undo operation to a specific subtree of the KDB\&. After execution, the recording session will no longer contain the undone keys\&.
.SH "OPTIONS"
.PP
.IP "\(bu" 2
\fC-H\fP, \fC--help\fP: Show the man page\&.
.IP "\(bu" 2
\fC-V\fP, \fC--version\fP: Print version info\&.
.IP "\(bu" 2
\fC-p\fP, \fC--profile <profile>\fP: Use a different kdb profile\&.
.IP "\(bu" 2
\fC-C\fP, \fC--color <when>\fP: Print never/auto(default)/always colored output\&.
.IP "\(bu" 2
\fC-v\fP, \fC--verbose\fP: Explain what is happening\&. Prints additional information in case of errors/warnings\&.
.IP "\(bu" 2
\fC-d\fP, \fC--debug\fP: Give debug information\&. Prints additional debug information in case of errors/warnings\&.
.PP
.SH "RETURN VALUE"
.PP
.IP "\(bu" 2
0: Successful\&.
.IP "\(bu" 2
1-10: standard exit codes, see \fBkdb(1)\fP
.IP "\(bu" 2
11: An error occurred during undoing the recorded changes\&.
.PP
.SH "SEE ALSO"
.PP
.IP "\(bu" 2
\fBkdb-record-start(1)\fP on how to start the recording session
.IP "\(bu" 2
\fBkdb-record-state(1)\fP on how to get information about the current recording session
.IP "\(bu" 2
\fBkdb-record-stop(1)\fP on how to stop the recording session 
.PP

