From 145d775aa43d49e5f9de30f51bd88c0f0f46183c Mon Sep 17 00:00:00 2001 From: Johannes Hofmann Date: Thu, 3 Aug 2006 21:26:37 +0200 Subject: update README and usage --- src/gipfel.cxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/gipfel.cxx b/src/gipfel.cxx index 139b850..9755f2e 100644 --- a/src/gipfel.cxx +++ b/src/gipfel.cxx @@ -212,7 +212,8 @@ void fill_menubar(Fl_Menu_Bar* mb) { void usage() { fprintf(stderr, "usage: gipfel [-v ] [-d ]\n" - " [-s] [-j ] [-t ]\n" + " [-s] [-j ] [-t ] [-h ]\n" + " []\n" " -v Set point from which the picture was taken.\n" " This must be a string that unambiguously \n" " matches the name of an entry in the data file.\n" @@ -220,7 +221,7 @@ void usage() { " -s Stitch mode.\n" " -j JPEG output file for Stitch mode.\n" " -t Output directory for TIFF images in Stitch mode.\n" - " JPEG file(s) to use.\n"); + " JPEG file(s) to use.\n"); } Fl_Window * -- cgit v1.2.3