Skip to content

Commit

Permalink
kdb: report deletion of metadata
Browse files Browse the repository at this point in the history
see #2388
  • Loading branch information
Markus Raab committed Feb 10, 2019
1 parent 8ef7b9b commit f93bf36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions doc/news/_preparation_next_release.md
Expand Up @@ -243,6 +243,7 @@ you up to date with the multi-language support provided by Elektra.
## Tools

- `kdb spec-mount` correctly includes type plugin to validate `type`. *(Markus Raab)*
- `kdb setmeta` reports if it removed a metakey. *(Markus Raab)*
- <<TODO>>
- <<TODO>>
- <<TODO>>
Expand Down
2 changes: 1 addition & 1 deletion src/tools/kdb/metaset.cpp
Expand Up @@ -60,7 +60,7 @@ int MetaSetCommand::execute (Cmdline const & cl)

if (cl.arguments.size () == 2)
{
if (cl.verbose) cout << "Deleting metaname " << metaname << endl;
if (!cl.quiet) cout << "Only two arguments, thus deleting metaname " << metaname << endl;
k.delMeta (metaname);
}
else
Expand Down

0 comments on commit f93bf36

Please sign in to comment.