From 641efabfea98270beef8b7f8a472b8d9e6f0c3aa Mon Sep 17 00:00:00 2001 From: Johannes Hofmann Date: Thu, 3 Aug 2006 20:50:47 +0200 Subject: adjust usage --- src/gipfel.cxx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'src/gipfel.cxx') diff --git a/src/gipfel.cxx b/src/gipfel.cxx index 74b092a..139b850 100644 --- a/src/gipfel.cxx +++ b/src/gipfel.cxx @@ -211,12 +211,16 @@ void fill_menubar(Fl_Menu_Bar* mb) { void usage() { fprintf(stderr, - "usage: gipfel [-v ] [-d ] []\n" + "usage: gipfel [-v ] [-d ]\n" + " [-s] [-j ] [-t ]\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" " -d Use for GPS data.\n" - " JPEG file to use.\n"); + " -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"); } Fl_Window * -- cgit v1.2.3