mirror of https://github.com/Icinga/icinga2.git
Cli: Fix error message for clearing repository commit changes
This commit is contained in:
parent
a751dc0353
commit
30718813c9
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue