Cli: Fix error message for clearing repository commit changes

This commit is contained in:
Michael Friedrich 2014-11-02 18:22:51 +01:00
parent a751dc0353
commit 30718813c9
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ int NodeUpdateConfigCommand::Run(const boost::program_options::variables_map& vm
Log(LogWarning, "cli")
<< "There are pending changes for commit.\n"
<< "Please review and commit them using 'icinga2 repository commit [--simulate]'\n"
<< "or drop them using 'icinga2 repository commit --clear' before proceeding.";
<< "or drop them using 'icinga2 repository clear-changes' before proceeding.";
return 1;
}