$darkmode
Elektra 0.11.0
kdb-record-rm(1) – Remove a key from the recording session

SYNOPSIS

kdb record-rm <key>

DESCRIPTION

This command removes the specified key from the recording session. As far as the recording session is concerned, it's as if the key was never changed. If the key is changed again after it was removed from the session, it will be put back into the session.

OPTIONS

  • -H, --help: Show the man page.
  • -V, --version: Print version info.
  • -p, --profile <profile>: Use a different kdb profile.
  • -C, --color <when>: Print never/auto(default)/always colored output.
  • -r, --recursive: Work in a recursive mode. Will also remove all keys below key.
  • -v, --verbose: Explain what is happening. Prints additional information in case of errors/warnings.
  • -d, --debug: Give debug information. Prints additional debug information in case of errors/warnings.

RETURN VALUE

  • 0: Successful.
  • 1-10: standard exit codes, see kdb(1).s
  • 11: An error occurred during removal of the key(s).

SEE ALSO