1
1

crs self: Remove unused help message.

Also:

* fix formatting error at top (make the emacs format line begin
  with a comment character)
* Remove blank lines between topics and replace them with empty
  comment lines (so that the help messages are not displayed with a
  trailing blank line)

This commit was SVN r31324.
Этот коммит содержится в:
Jeff Squyres 2014-04-07 15:41:24 +00:00
родитель 4eee2eff88
Коммит a4940a2a37

Просмотреть файл

@ -1,4 +1,4 @@
-*- text -*-
# -*- text -*-
#
# Copyright (c) 2004-2009 The Trustees of Indiana University and Indiana
# University Research and Technology
@ -10,6 +10,7 @@
# University of Stuttgart. All rights reserved.
# Copyright (c) 2004-2005 The Regents of the University of California.
# All rights reserved.
# Copyright (c) 2014 Cisco Systems, Inc. All rights reserved.
# $COPYRIGHT$
#
# Additional copyrights may follow
@ -18,13 +19,6 @@
#
# This is the US/English general help file for Open PAL CRS framework.
#
[self:lt_dlopen]
Error: We were unable to open the executable with libtool.
We needed to look for the inclusion of user defined callbacks.
Make sure that the linker has exported all of the symbols.
This is usally enabled with a flag such as '-export'.
[self:no_callback]
Error: We were unable to find one of the following callbacks:
%s = %s_%s
@ -44,13 +38,12 @@ Error: We were unable to find one of the following callbacks:
int my_prefix_restart(void)
Otherwise it will search for functions with the default prefix of:
'%s'
#
[self:ckpt_disabled]
Error: The checkpointer is currently disabled.
Unable to proceed with the checkpoint!
#
[self:no-restart-cmd]
Error: The checkpointer was unable to determine how to restart your
application. Specify the restart command in the checkpoint
function.