]> git.donarmstrong.com Git - debbugs.git/commitdiff
[project @ 2003-07-15 13:31:49 by cjwatson]
authorcjwatson <>
Tue, 15 Jul 2003 20:31:49 +0000 (12:31 -0800)
committercjwatson <>
Tue, 15 Jul 2003 20:31:49 +0000 (12:31 -0800)
Improve 'package' command docs a bit.

html/server-control.html.in

index f0d579ccf3718b0af0cfd076e3f78161223ffe8e..04d01aad472ea210bc735f1abe3d444c3faa9b13 100644 (file)
@@ -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.
 
-<dt><code>package</code> <var>packagename</var> ...
+<dt><code>package</code> [ <var>packagename</var> ... ]
 
   <dd>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
 
   <pre>
         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
   </pre>
 
 <dt><code>quit</code>