summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2006-08-03 20:50:47 +0200
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2006-08-03 20:50:47 +0200
commit641efabfea98270beef8b7f8a472b8d9e6f0c3aa (patch)
treee74e158c72a18bdc20aa988575c79420856b5e58
parent6524c95bb8ea0339908ab9bff03211f8c42e77d9 (diff)
adjust usage
-rw-r--r--src/gipfel.cxx8
1 files changed, 6 insertions, 2 deletions
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 <viewpoint>] [-d <datafile>] [<image>]\n"
+ "usage: gipfel [-v <viewpoint>] [-d <datafile>]\n"
+ " [-s] [-j <outfile>] [-t <outdir] [<image(s)>]\n"
" -v <viewpoint> 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 <datafile> Use <datafile> for GPS data.\n"
- " <image> JPEG file to use.\n");
+ " -s Stitch mode.\n"
+ " -j <outfile> JPEG output file for Stitch mode.\n"
+ " -t <outdir> Output directory for TIFF images in Stitch mode.\n"
+ " <image(s)> JPEG file(s) to use.\n");
}
Fl_Window *