gnats-prs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gnats/264: gnatsd help text should match man page and manual


From: Yngve Svendsen
Subject: Re: gnats/264: gnatsd help text should match man page and manual
Date: 17 Sep 2001 13:44:00 -0000

The following reply was made to PR gnats/264; it has been noted by GNATS.

From: Yngve Svendsen <address@hidden>
To: address@hidden,Milan Zamazal <address@hidden>
Cc:  
Subject: Re: gnats/264: gnatsd help text should match man page and
  manual
Date: Mon, 17 Sep 2001 15:37:14 +0200

 The following patch adds APPN, REPL and DBDESC lines to the gnatsd help text.
 
 - Yngve
 
 
 Index: cmds.c
 ===================================================================
 RCS file: /cvs/gnats/gnats/gnats/cmds.c,v
 retrieving revision 1.58
 diff -u -p -r1.58 cmds.c
 --- cmds.c     2001/09/06 18:59:57     1.58
 +++ cmds.c     2001/09/17 13:38:21
 @@ -1722,6 +1722,10 @@ GNATS_help (int ac ATTRIBUTE_UNUSED, cha
          CODE_INFORMATION);
     printf ("%d-   EDIT <PR>               check in edited <PR>\r\n",
          CODE_INFORMATION);
 +  printf ("%d-   APPN <PR> <field>       append to contents of <field> in 
 <PR>.\r\n",
 +        CODE_INFORMATION);
 +  printf ("%d-   REPL <PR> <field>       replace contents of <field> in 
 <PR>.\r\n",
 +        CODE_INFORMATION);
     printf ("%d-   SUBM                    submit a new PR\r\n",
          CODE_INFORMATION);
     printf ("%d-   CHDB <database> [<user> <passwd>]\r\n",
 @@ -1733,6 +1737,8 @@ GNATS_help (int ac ATTRIBUTE_UNUSED, cha
     printf ("%d-   USER                    Report current access level\r\n",
          CODE_INFORMATION);
     printf ("%d-   DBLS                    list databases known to server\r\n",
 +        CODE_INFORMATION);
 +  printf ("%d-   DBDESC <database>       return description of 
 <database>\r\n",
          CODE_INFORMATION);
     printf ("%d-   EXPR <expression>       restrict search to PRs that 
 match the\r\n",
          CODE_INFORMATION);
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]