summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--platform/x11/win_main.c1
-rw-r--r--platform/x11/x11_main.c1
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);
}