diff options
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -4,6 +4,13 @@ | |||
4 | #include <MLV/MLV_path.h> | 4 | #include <MLV/MLV_path.h> |
5 | #include "gui/gui.h" | 5 | #include "gui/gui.h" |
6 | 6 | ||
7 | /** | ||
8 | * File: main.c | ||
9 | * | ||
10 | * Author: | ||
11 | * Adam NAILI | ||
12 | */ | ||
13 | |||
7 | static inline void print_help() { | 14 | static inline void print_help() { |
8 | printf("Usage: morph [--help] <path to base image> <path to end image>\n\n" | 15 | printf("Usage: morph [--help] <path to base image> <path to end image>\n\n" |
9 | "To use the morphing, you need to put two correct paths to image files.\n\n" | 16 | "To use the morphing, you need to put two correct paths to image files.\n\n" |