Skip to content

Commit

Permalink
Fix help string
Browse files Browse the repository at this point in the history
  • Loading branch information
kthoden committed Jan 15, 2020
1 parent ad7de39 commit e12a8c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/imxml2epub.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
# -*- coding: utf-8; mode: python -*-
# Time-stamp: <2020-01-14 16:18:28 (kthoden)>
# Time-stamp: <2020-01-15 18:17:18 (kthoden)>

""" Convert a customized DocBook XML file into a set of files that
constitute the contents of an EPUB file.
Expand Down Expand Up @@ -64,7 +64,7 @@
)
parser.add_argument(
"-o", "--output-dir",
help = f"output directory. default: {DEFAULT_OUTPUT_DIR}/PUBLICATION_NAME/imxml",
help = f"output directory. default: {DEFAULT_OUTPUT_DIR}/PUBLICATION_NAME/epub",
type = Path,
)
parser.add_argument(
Expand Down

0 comments on commit e12a8c7

Please sign in to comment.