diff options
author | kiko%async.com.br <> | 2005-04-11 23:23:32 +0200 |
---|---|---|
committer | kiko%async.com.br <> | 2005-04-11 23:23:32 +0200 |
commit | 92b39e03f501f3301edaf683ac823c260a49bfd2 (patch) | |
tree | 4b43d460e7444f17acf05d412ce0e6a259551e8d /contrib/bugzilla-submit/bugzilla-submit.xml | |
parent | 02e18daba3de6b380c0a98fc3bcd150b8a96486a (diff) | |
download | bugzilla-92b39e03f501f3301edaf683ac823c260a49bfd2.tar.gz bugzilla-92b39e03f501f3301edaf683ac823c260a49bfd2.tar.xz |
Applying documentation patch from Marc Mims <marc@sssonline.com>: fixes
manpage's description of --no-stdin and --status long-options.
Diffstat (limited to 'contrib/bugzilla-submit/bugzilla-submit.xml')
-rw-r--r-- | contrib/bugzilla-submit/bugzilla-submit.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/bugzilla-submit/bugzilla-submit.xml b/contrib/bugzilla-submit/bugzilla-submit.xml index 17ea56cbd..5c818e268 100644 --- a/contrib/bugzilla-submit/bugzilla-submit.xml +++ b/contrib/bugzilla-submit/bugzilla-submit.xml @@ -32,7 +32,7 @@ <arg choice='opt'>--depends-on <replaceable>dependson</replaceable></arg> <arg choice='opt'>--blocked <replaceable>blocked</replaceable></arg> <arg choice='opt'>--description <replaceable>comment</replaceable></arg> - <arg choice='opt'>--no-read </arg> + <arg choice='opt'>--no-stdin </arg> <arg choice='plain'><replaceable>bugzilla-url</replaceable></arg> </cmdsynopsis> @@ -60,7 +60,7 @@ relevant Bugzilla instance's base URL (technically, its following options to set or override fields:</para> <variablelist> <varlistentry> -<term>-b. --bug-status</term> +<term>-b, --status</term> <listitem> <para>Set the bug_status field, overriding the Status header from standard input if present. (The stock Bugzilla web presentation |