From 30718813c9514561327dec88f91048201b3a2154 Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Sun, 2 Nov 2014 18:22:51 +0100 Subject: [PATCH] Cli: Fix error message for clearing repository commit changes --- lib/cli/nodeupdateconfigcommand.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cli/nodeupdateconfigcommand.cpp b/lib/cli/nodeupdateconfigcommand.cpp index 57079affc..1a0d62b7c 100644 --- a/lib/cli/nodeupdateconfigcommand.cpp +++ b/lib/cli/nodeupdateconfigcommand.cpp @@ -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; } -- 2.40.0