[GRASS-dev] strange help text indentation

Markus Neteler neteler at itc.it
Tue Feb 13 04:37:13 EST 2007


Hi,

I just discovered that (IMHO) the help layout in the CMD line output
was apparently messed up. Example:

d.vect help
...
       layer   Layer number
           Layer number. If -1, all layers are displayed.
               default: 1
        cats   Category values
           Example: 1,3,7-9,13
       where   WHERE conditions of SQL statement without 'where' keyword.
           Example: income < 1000 and inhab >= 10000
...


should be something like:

       layer   Layer number
                  Layer number. If -1, all layers are displayed.
                  default: 1
        cats   Category values
                  Example: 1,3,7-9,13
       where   WHERE conditions of SQL statement without 'where' keyword.
                  Example: income < 1000 and inhab >= 10000

Was there a reason to shift it to the left?

Markus




More information about the grass-dev mailing list