rename project to mdp
[smdp.git] / mdp.c
diff --git a/tmp.c b/mdp.c
similarity index 97%
rename from tmp.c
rename to mdp.c
index a806ff4..0671ab6 100644 (file)
--- a/tmp.c
+++ b/mdp.c
@@ -8,7 +8,7 @@
 #include "include/viewer.h"
 
 void usage() {
-    fprintf(stderr, "Usage: tmp [OPTION]... [FILE]\n");
+    fprintf(stderr, "Usage: mdp [OPTION]... [FILE]\n");
     fprintf(stderr, "A command-line based markdown presentation tool.\n\n");
     fprintf(stderr, "  -d, --debug   enable debug messages on STDERR\n");
     fprintf(stderr, "                add it multiple times to increases debug level\n\n");