OSDN Git Service

Add internal documentation for --reinstall option.
authorKeith Marshall <keithmarshall@users.sourceforge.net>
Wed, 15 Jun 2011 18:48:10 +0000 (18:48 +0000)
committerKeith Marshall <keithmarshall@users.sourceforge.net>
Wed, 15 Jun 2011 18:48:10 +0000 (18:48 +0000)
ChangeLog
src/clistub.c

index 9c9d165..de33b94 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-06-15  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
+       Add internal documentation for --reinstall option.
+
+       * src/clistub.c (help_text): Add description for "--reinstall".
+
 2011-06-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
 
        Support use of Mercurial within a CVS working copy.
index ddf6006..3e7c62d 100644 (file)
@@ -182,6 +182,13 @@ static const char *help_text =
 #if DEBUG_ENABLED( DEBUG_TRACE_DYNAMIC )
 "  --trace=N       Enable tracing feature N; (debugging aid)\n"
 #endif
+
+/* The following are always available...
+ */
+"  --reinstall     When performing an install or upgrade\n"
+"                  operation, reinstall any named package\n"
+"                  for which the most recent release is\n"
+"                  already installed\n"
 "\n"
 "Actions:\n"
 "  update          Update local copy of repository catalogues\n"