add epilog about single directory creation

This commit is contained in:
Panagiotis Cheilaris 2013-05-31 11:40:01 +02:00
parent abb1ec705d
commit 4aade0bc6d
1 changed files with 3 additions and 1 deletions

View File

@ -10,7 +10,9 @@ import argparse
import shutil
parser = argparse.ArgumentParser(
description='Create directory structure for a new CGAL package.')
description='Create directory structure for a new CGAL package.',
epilog='A single directory named after the package, which contains ' +
'the whole directory structure, is created at the creation path.')
parser.add_argument('packagename',
help='name of new CGAL package')
parser.add_argument('creationpath', nargs='?',