diff --git a/src/action/help.c b/src/action/help.c index b3d7fcb..f32cf58 100644 --- a/src/action/help.c +++ b/src/action/help.c @@ -2,8 +2,9 @@ int action_help(int argc, char** argv) { printf("Actions:\n"); - printf(" help Show this help\n"); - printf(" seed Creates a new website\n"); - printf(" site Builds an website (default action)\n"); + printf(" help Show this help\n"); + printf(" seed Creates a new website\n"); + printf(" site Builds an website (default action)\n"); + printf(" markdown Converts Markdown document to Taiga document\n"); return 0; }