From 7d5450216e819064a6349bdaa64dc5ea2bd7e271 Mon Sep 17 00:00:00 2001 From: Andrew Beekhof Date: Fri, 28 Feb 2014 13:08:24 +1100 Subject: [PATCH] Doc: crm_resource: Fix wikipedia reference --- tools/crm_resource.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/crm_resource.c b/tools/crm_resource.c index 1d110031a00..65d9bd019a5 100644 --- a/tools/crm_resource.c +++ b/tools/crm_resource.c @@ -857,7 +857,7 @@ parse_cli_lifetime(const char *input) if (duration == NULL) { CMD_ERR("Invalid duration specified: %s\n", move_lifetime); CMD_ERR("Please refer to" - " http://en.wikipedia.org/wiki/ISO_8601#Duration" + " http://en.wikipedia.org/wiki/ISO_8601#Durations" " for examples of valid durations\n"); return NULL; }