diff options
author | Karl Berry <karl@freefriends.org> | 2014-11-28 00:29:52 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-11-28 00:29:52 +0000 |
commit | e3050079bf005fb68d8988605c8d2d339909234a (patch) | |
tree | 643c137b0eb8dcb49517c05222bc292f4bdd13a1 /Build/source/texk/dvipdfm-x/xbb.c | |
parent | c7cbb3204c55f770253d06d1b5bf0ac87d8d82e7 (diff) |
basic purpose in help message
git-svn-id: svn://tug.org/texlive/trunk@35676 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/dvipdfm-x/xbb.c')
-rw-r--r-- | Build/source/texk/dvipdfm-x/xbb.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/dvipdfm-x/xbb.c b/Build/source/texk/dvipdfm-x/xbb.c index 0a7d2a20728..c8cb7868bc3 100644 --- a/Build/source/texk/dvipdfm-x/xbb.c +++ b/Build/source/texk/dvipdfm-x/xbb.c @@ -46,7 +46,6 @@ static void show_version(void) { fprintf (stdout, "\nThis is " XBB_PROGRAM " Version " VERSION "\n"); - fprintf (stdout, "A bounding box extraction utility from PDF, PNG, and JPEG.\n"); fprintf (stdout, "\nCopyright (C) 2008-2014 by Jin-Hwan Cho and Matthias Franz\n"); fprintf (stdout, "\nThis is free software; you can redistribute it and/or modify\n"); fprintf (stdout, "it under the terms of the GNU General Public License as published by\n"); @@ -56,8 +55,9 @@ static void show_version(void) static void show_usage(void) { - fprintf (stdout, "\nUsage: " XBB_PROGRAM " [-q|-v] [-O] [-m|-x] file...\n"); + fprintf (stdout, "\nUsage: " XBB_PROGRAM " [-q|-v] [-O] [-m|-x] FILE...\n"); fprintf (stdout, " " XBB_PROGRAM " --help|--version\n"); + fprintf (stdout, "Extract bounding box from PDF, PNG, or JPEG file; default output below.\n"); fprintf (stdout, "\nOptions:\n"); fprintf (stdout, " -h | --help\tShow this help message and exit\n"); fprintf (stdout, " --version\tOutput version information and exit\n"); |