Re: [Ryu-devel] [PATCH 0/3] update cfg.py

2013-02-23 Thread FUJITA Tomonori
On Wed, 20 Feb 2013 12:38:42 +0900 YAMAMOTO Takashi wrote: > import a new version of cfg.py from the upstream, mainly to > obtain the following change. > > commit 16c4ecbefc94941821f3ae7ca253fad7bc377c58 > Author: YAMAMOTO Takashi > Date: Wed Feb 13 14:01:46 2013 +0900 > > so

Re: [Ryu-devel] [PATCH 0/3] update cfg.py

2013-02-20 Thread YAMAMOTO Takashi
hi, > On Wed, 20 Feb 2013 12:46:17 +0900 > Isaku Yamahata wrote: > >> openstack adopts the convention to use '-', not '_'. >> E.g. --option-value instead of --option_value. >> So how about switching to '-' for consistency? > > Sounds better. Please update the patchset. which patchset? YAMAMOT

Re: [Ryu-devel] [PATCH 0/3] update cfg.py

2013-02-20 Thread FUJITA Tomonori
On Wed, 20 Feb 2013 12:46:17 +0900 Isaku Yamahata wrote: > openstack adopts the convention to use '-', not '_'. > E.g. --option-value instead of --option_value. > So how about switching to '-' for consistency? Sounds better. Please update the patchset. --

Re: [Ryu-devel] [PATCH 0/3] update cfg.py

2013-02-19 Thread YAMAMOTO Takashi
hi, > Hi, good work. > > openstack adopts the convention to use '-', not '_'. > E.g. --option-value instead of --option_value. > So how about switching to '-' for consistency? no strong opinion from me. YAMAMOTO Takashi > > On Wed, Feb 20, 2013 at 12:38:42PM +0900, YAMAMOTO Takashi wrote: >>

Re: [Ryu-devel] [PATCH 0/3] update cfg.py

2013-02-19 Thread Isaku Yamahata
Hi, good work. openstack adopts the convention to use '-', not '_'. E.g. --option-value instead of --option_value. So how about switching to '-' for consistency? On Wed, Feb 20, 2013 at 12:38:42PM +0900, YAMAMOTO Takashi wrote: > import a new version of cfg.py from the upstream, mainly to > obtai

[Ryu-devel] [PATCH 0/3] update cfg.py

2013-02-19 Thread YAMAMOTO Takashi
import a new version of cfg.py from the upstream, mainly to obtain the following change. commit 16c4ecbefc94941821f3ae7ca253fad7bc377c58 Author: YAMAMOTO Takashi Date: Wed Feb 13 14:01:46 2013 +0900 sort options to make --help output prettier explicitly sort options when a