Skip to content

Commit

Permalink
Doc: crm_resource: Fix wikipedia reference
Browse files Browse the repository at this point in the history
  • Loading branch information
beekhof committed Feb 28, 2014
1 parent 37457be commit 7d54502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/crm_resource.c
Expand Up @@ -857,7 +857,7 @@ parse_cli_lifetime(const char *input)
if (duration == NULL) { if (duration == NULL) {
CMD_ERR("Invalid duration specified: %s\n", move_lifetime); CMD_ERR("Invalid duration specified: %s\n", move_lifetime);
CMD_ERR("Please refer to" 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"); " for examples of valid durations\n");
return NULL; return NULL;
} }
Expand Down

0 comments on commit 7d54502

Please sign in to comment.