]> mj.ucw.cz Git - paperjam.git/blobdiff - paperjam.cc
Implemented clip
[paperjam.git] / paperjam.cc
index c8e0a4f003a2af2557de026871668970dc590722..5aa4c6139fd76814a3d6297ced7a339ebd1201eb 100644 (file)
@@ -65,6 +65,7 @@ static const struct option long_opts[] = {
   { "debug",   0, 0, 'd' },
   { "help",    0, 0, OPT_HELP },
   { "version", 0, 0, OPT_VERSION },
+  { "bbox",    0, 0, 'b' },
   { 0,         0, 0, 0 }
 };
 
@@ -78,7 +79,7 @@ Options:\n\
 -b, --bbox             Recalculate bounding boxes\n\
 -d, --debug            Show debugging messages\n\
 \n\
-Commands: (FIXME)\n\
+Commands:\n\
 ");
   parser_help();
 }