mirror of https://github.com/CGAL/cgal
add epilog about single directory creation
This commit is contained in:
parent
abb1ec705d
commit
4aade0bc6d
|
|
@ -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='?',
|
||||
|
|
|
|||
Loading…
Reference in New Issue