Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] eselect r679 - trunk/modules
Date: Tue, 29 Sep 2009 11:03:06
Message-Id: E1MsaU3-0003IA-SS@stork.gentoo.org
1 Author: ulm
2 Date: 2009-09-29 11:03:03 +0000 (Tue, 29 Sep 2009)
3 New Revision: 679
4
5 Modified:
6 trunk/modules/news.eselect
7 Log:
8 Reorder help message: list options before parameters.
9
10 Modified: trunk/modules/news.eselect
11 ===================================================================
12 --- trunk/modules/news.eselect 2009-09-29 11:00:35 UTC (rev 678)
13 +++ trunk/modules/news.eselect 2009-09-29 11:03:03 UTC (rev 679)
14 @@ -224,11 +224,11 @@
15 }
16
17 describe_read_options() {
18 + echo "--mbox : Output in mbox format"
19 + echo "--raw : Output in raw format"
20 echo "new : Read unread news items (default)"
21 echo "all : Read all news items"
22 echo "item : Number of item (from 'list' action)"
23 - echo "--mbox : Output in mbox format"
24 - echo "--raw : Output in raw format"
25 }
26
27 describe_read_parameters() {