LGTM, thanks
On Wed, Aug 21, 2013 at 2:29 PM, Michele Tartara <[email protected]>wrote: > The string did not comply with the style guide, and was not diplayed > correctly either. > > Signed-off-by: Michele Tartara <[email protected]> > --- > lib/server/noded.py | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/lib/server/noded.py b/lib/server/noded.py > index ecc7c95..9987119 100644 > --- a/lib/server/noded.py > +++ b/lib/server/noded.py > @@ -1194,8 +1194,8 @@ def Main(): > > """ > parser = OptionParser(description="Ganeti node daemon", > - usage="%prog [-f] [-d] [-p port] [-b ADDRESS]\ > - \ [-i INTERFACE]", > + usage=("%prog [-f] [-d] [-p port] [-b ADDRESS] > + " [-i INTERFACE]"), > version="%%prog (ganeti) %s" % > constants.RELEASE_VERSION) > parser.add_option("--no-mlock", dest="mlock", > -- > 1.7.10.4 > >
