aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Parborg <darkdefende@gmail.com>2011-05-22 16:34:54 +0200
committerSebastian Parborg <darkdefende@gmail.com>2011-05-22 16:34:54 +0200
commit3356f4a7ca693080034acd3ca3380297adfa68d1 (patch)
tree529993da73ce6e53516c4491b54daf5bb88bd9f4
parentUpdated help in CLI with an example (diff)
downloadebuildgen-3356f4a7ca693080034acd3ca3380297adfa68d1.tar.gz
ebuildgen-3356f4a7ca693080034acd3ca3380297adfa68d1.tar.bz2
ebuildgen-3356f4a7ca693080034acd3ca3380297adfa68d1.zip
Added a little bit more to the help output
-rw-r--r--cli.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli.py b/cli.py
index 47500c4..c4ebea7 100644
--- a/cli.py
+++ b/cli.py
@@ -2,7 +2,7 @@ import argparse
import scanfiles
parser = argparse.ArgumentParser(
- description="Scan a dir for files",
+ description="Scan a dir for files and output two lists with global and local includes",
epilog="Example: cli.py ~/my/project -t .c .h")
parser.add_argument("dir")