From: cjwatson <> Date: Tue, 15 Jul 2003 20:31:49 +0000 (-0800) Subject: [project @ 2003-07-15 13:31:49 by cjwatson] X-Git-Tag: release/2.6.0~846 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=39b3aae6d9107c55ee81a4f5bd1ac1dc5019a686;p=debbugs.git [project @ 2003-07-15 13:31:49 by cjwatson] Improve 'package' command docs a bit. --- diff --git a/html/server-control.html.in b/html/server-control.html.in index f0d579cc..04d01aad 100644 --- a/html/server-control.html.in +++ b/html/server-control.html.in @@ -210,7 +210,7 @@ mailservers is available via the WWW, in who reported the $gBug knows why it is being closed. The use of this command is therefore deprecated. -
package packagename ... +
package [ packagename ... ]
Limits the following commands so that they will only apply to bugs filed against the listed packages. You can list one or more packages. If @@ -222,14 +222,14 @@ mailservers is available via the WWW, in
         package foo
-        reassign 1 bar
+        reassign 123456 bar
 
         package bar
-        retitle 1 bar: bar sucks
-        severity 1 normal
+        retitle 123456 bar: bar sucks
+        severity 123456 normal
 
         package
-        severity 2 wishlist
+        severity 234567 wishlist
   
quit