From 334444a89f9099b540f93f7bc0e2f0509de536d7 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Tue, 15 Sep 2015 11:54:03 +0200 Subject: epub: Add -U option to usage message for x11/win32 viewer. --- platform/x11/win_main.c | 1 + platform/x11/x11_main.c | 1 + 2 files changed, 2 insertions(+) (limited to 'platform/x11') 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); } -- cgit v1.2.3