diff options
| author | Hans Ulrich Niedermann <hun@n-dimensional.de> | 2008-06-14 01:22:27 +0200 |
|---|---|---|
| committer | Hans Ulrich Niedermann <hun@n-dimensional.de> | 2008-06-14 01:22:27 +0200 |
| commit | 28ceacbca5f3cc398606751456bd115585d01abd (patch) | |
| tree | 3a9ab549d2fdb019d9765aa100e48476a85a8a21 | |
| parent | 0562b105d95df6f8f216c1138eea7e9453d6e8ad (diff) | |
Tune warning message
| -rw-r--r-- | nbb/nbb_lib.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nbb/nbb_lib.in b/nbb/nbb_lib.in index 9a2d8b1..8f49ba6 100644 --- a/nbb/nbb_lib.in +++ b/nbb/nbb_lib.in @@ -395,7 +395,7 @@ def main(argv): print """\ WARNING: %(prog)s is very much a work in progress. - Parts of %(prog)s are not implemented yet. + Large parts of %(prog)s are not implemented yet. """ % locals() # FIXME: Generate from plugin systems. |
