bin/arch --start and --end argument handling

Bug #265859 reported by Fehwalker-users
2
Affects Status Importance Assigned to Milestone
GNU Mailman
Fix Released
Medium
Unassigned

Bug Description

bin/arch says (among other things):

    -s N

    --start=N

        Start indexing at article N, where article 0 is the first in the
mbox.
        Defaults to 0.

    -e M

    --end=M

        End indexing at article M. This script is not very efficient with

        respect to memory management, and for large archives, it may not be

        possible to index the mbox entirely. For that reason, you can
specify
        the start and end article numbers.

However, using --end=[some #] or --start=[some #] results in these errors:

% bin/arch --wipe --end=25000 test
[...]
option --end must not have an argument
% bin/arch --wipe --start=25001 test
[...]
option --start must not have an argument

Using --end [some #] or --start [some #] (ie with no =) works fine.

So either the help output of bin/arch needs to be amended to remove the
='s, or the argument handling needs to be tweaked to understand ='s. I'm
unsure which is preferable.

[http://sourceforge.net/tracker/index.php?func=detail&aid=671303&group_id=103&atid=100103]

Tags: pipermail
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.