Set max verbosity level (0: errors, 1: warnings, 2: important messages, 3: other messages)
.TP
\fB-i\fR \fIPIPE\fR, \fB--info-pipe\fR \fIPIPE\fR
-Name a file where to write information about what's going on (used by the GUI)
+Name a file where to write information about what's going on (used by the GUI to update waiting messages etc)
+
+.SH EXAMPLES
+
+Simply generate a web-album out of photos in \fB/tmp/Albums\fR, to the directory \fB/tmp/booh-try\fR:
+.PP
+\fI# booh-backend --source /tmp/Albums --destination /tmp/booh-try\fR
+.PP
+
+The same, but also save the XML "config" file which will contain the list of images/videos and options for them:
+.PP
+\fI# booh-backend --source /tmp/Albums --destination /tmp/booh-try --config-skel /tmp/myconf.xml\fR
+.PP
+
+If you want to manually change things in the XML "config" file (the GUI is best suited for that, but who knows), then you can regenerate the updated web-album with:
+.PP
+\fI# booh-backend --config /tmp/myconf.xml\fR
+.PP
+
+If you add/remove images/videos or even whole subdirectories in the source tree /tmp/Albums, you can ask booh to merge differences (and regenerate the config file and the web-album) with:
+.PP
+\fI# booh-backend --merge-config /tmp/myconf.xml\fR
+.PP
.SH AUTHOR
Written by Guillaume Cottenceau.