summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorpacien2018-01-09 16:14:18 +0100
committerpacien2018-01-09 16:14:18 +0100
commit38195a70192301e7df5b69bf2266a04a0b90a532 (patch)
tree2ad004884b1d5348e7b0812e514293eda3cd7d66 /src/main.c
parent76cb6ee14cb72eba8df8112604d9c2e8598d2448 (diff)
downloadmorpher-38195a70192301e7df5b69bf2266a04a0b90a532.tar.gz
Update report, add authorship to C filesHEADmaster
Signed-off-by: pacien <pacien.trangirard@pacien.net>
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index ddcc6dc..193de55 100644
--- a/src/main.c
+++ b/src/main.c
@@ -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
7static inline void print_help() { 14static 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"