summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-06-08 14:07:57 +0100
committerLars Wirzenius <liw@liw.fi>2011-06-08 14:07:57 +0100
commitb3710b79b786564eb08c6a6211251f6711c91967 (patch)
treeaec698e7151f3bc0d38055d9776444a5007af1b8 /debian/control
parent5443630c07b36add0cd867cbc7407f46b6ab01cc (diff)
downloadcliapp-b3710b79b786564eb08c6a6211251f6711c91967.tar.gz
Tweak debian/control ong description.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index 2bd63da..20d5b7d 100644
--- a/debian/control
+++ b/debian/control
@@ -14,5 +14,6 @@ XB-Python-Version: ${python:Versions}
Description: Python framework for Unix command line programs
cliapp makes it easier to write typical Unix command line programs,
by taking care of the common tasks they need to do, such as
- parsing the command line, iterating over input files, and so on.
+ parsing the command line, reading configuration files, setting
+ up logging, iterating over lines of input files, and so on.