Fix some error in the manpage and in the information printed by the binary

This commit is contained in:
Engil Hramn
2010-12-09 08:28:03 +00:00
committed by Philippe Pepiot
parent 6072c2d811
commit dae3019185
2 changed files with 5 additions and 5 deletions

View File

@@ -444,7 +444,7 @@ main(int argc, char **argv)
" -V <viwmfs cmd> Manage WMFS with vi-like command\n"
" -S Update status script\n"
" -h Show this page\n"
" -i Show informations\n"
" -i Show information\n"
" -v Show WMFS version\n", argv[0]);
exit(EXIT_SUCCESS);
break;