From: cjwatson <> Date: Tue, 15 Jul 2003 20:28:27 +0000 (-0800) Subject: [project @ 2003-07-15 13:28:27 by cjwatson] X-Git-Tag: release/2.6.0~847 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=9fc3ff99ef39fa09618d972dc14e450123796d1a;p=debbugs.git [project @ 2003-07-15 13:28:27 by cjwatson] Document new package command. --- diff --git a/html/server-control.html.in b/html/server-control.html.in index b943f023..f0d579cc 100644 --- a/html/server-control.html.in +++ b/html/server-control.html.in @@ -210,6 +210,28 @@ 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 ... + +
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 + you don't list any packages, the following commands will apply to all + bugs. You're encouraged to use this as a safety feature in case you + accidentally use the wrong bug numbers.
+ +

Example usage:

+ +
+        package foo
+        reassign 1 bar
+
+        package bar
+        retitle 1 bar: bar sucks
+        severity 1 normal
+
+        package
+        severity 2 wishlist
+  
+
quit
stop
thank...