diff --git a/cupp.py b/cupp.py index 32d24ee..d0e2ffc 100755 --- a/cupp.py +++ b/cupp.py @@ -1087,6 +1087,12 @@ def get_parser(): parser.add_argument( "-q", "--quiet", action="store_true", help="Quiet mode (don't print banner)" ) + parser.add_argument( + "-o", + dest="output", + metavar="FILENAME", + help="Output file for the generated dictionary (with -i option)", + ) return parser