diff options
author | Tor Andersson <tor.andersson@artifex.com> | 2015-09-15 11:54:03 +0200 |
---|---|---|
committer | Tor Andersson <tor.andersson@artifex.com> | 2015-09-15 21:57:43 +0200 |
commit | 334444a89f9099b540f93f7bc0e2f0509de536d7 (patch) | |
tree | 54c05ecffc8fec5dee99435c51986ab5a5ba7a9a /platform/x11 | |
parent | b780c0cea704441fe2f47db3fb5ac05e98d131fc (diff) | |
download | mupdf-334444a89f9099b540f93f7bc0e2f0509de536d7.tar.xz |
epub: Add -U option to usage message for x11/win32 viewer.
Diffstat (limited to 'platform/x11')
-rw-r--r-- | platform/x11/win_main.c | 1 | ||||
-rw-r--r-- | platform/x11/x11_main.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/platform/x11/win_main.c b/platform/x11/win_main.c index c249b135..467aa79a 100644 --- a/platform/x11/win_main.c +++ b/platform/x11/win_main.c @@ -1203,6 +1203,7 @@ static void usage(void) fprintf(stderr, "\t-W -\tpage width for EPUB layout\n"); fprintf(stderr, "\t-H -\tpage height for EPUB layout\n"); fprintf(stderr, "\t-S -\tfont size for EPUB layout\n"); + fprintf(stderr, "\t-U -\tuser style sheet for EPUB layout\n"); exit(1); } diff --git a/platform/x11/x11_main.c b/platform/x11/x11_main.c index 9fe3b955..21e3e848 100644 --- a/platform/x11/x11_main.c +++ b/platform/x11/x11_main.c @@ -805,6 +805,7 @@ static void usage(void) fprintf(stderr, "\t-W -\tpage width for EPUB layout\n"); fprintf(stderr, "\t-H -\tpage height for EPUB layout\n"); fprintf(stderr, "\t-S -\tfont size for EPUB layout\n"); + fprintf(stderr, "\t-U -\tuser style sheet for EPUB layout\n"); exit(1); } |