From fdf857c7fd525f387d82a777de11423bd0a0337e Mon Sep 17 00:00:00 2001 From: kohsuke Date: Mon, 12 Oct 2009 17:08:38 +0000 Subject: [PATCH] reload-config -> reload-configuration. git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@22667 71c3de6d-444a-0410-be80-ed276b4c234a --- core/src/main/java/hudson/model/Hudson.java | 2 +- core/src/main/resources/hudson/model/Messages.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/src/main/java/hudson/model/Hudson.java b/core/src/main/java/hudson/model/Hudson.java index ea37ffd8fb..7349029bc5 100644 --- a/core/src/main/java/hudson/model/Hudson.java +++ b/core/src/main/java/hudson/model/Hudson.java @@ -2651,7 +2651,7 @@ public final class Hudson extends Node implements ItemGroup, Stapl /** * Reloads the configuration. */ - @CLIMethod(name="reload-config") + @CLIMethod(name="reload-configuration") public synchronized HttpResponse doReload() throws IOException { checkPermission(ADMINISTER); diff --git a/core/src/main/resources/hudson/model/Messages.properties b/core/src/main/resources/hudson/model/Messages.properties index fa0239eaf1..c9df86b36a 100644 --- a/core/src/main/resources/hudson/model/Messages.properties +++ b/core/src/main/resources/hudson/model/Messages.properties @@ -235,4 +235,4 @@ CLI.restart.shortDescription=Restart Hudson CLI.keep-build.shortDescription=Mark the build to keep the build forever. CLI.quiet-down.shortDescription=Quiet down Hudson, in preparation for a restart. Don''t start any builds. CLI.cancel-quiet-down.shortDescription=Cancel the effect of the "quiet-down" command. -CLI.reload-config.shortDescription=Discard all the loaded data in memory and reload everything from file system. Useful when you modified config files directly on disk. +CLI.reload-configuration.shortDescription=Discard all the loaded data in memory and reload everything from file system. Useful when you modified config files directly on disk. -- GitLab