Rename tincctl to tinc.

This commit is contained in:
Guus Sliepen 2013-03-08 16:22:56 +01:00
parent 3793cf10da
commit 23a634becf
8 changed files with 85 additions and 85 deletions

View file

@ -1147,7 +1147,7 @@ static int cmd_top(int argc, char *argv[]) {
top(fd);
return 0;
#else
fprintf(stderr, "This version of tincctl was compiled without support for the curses library.\n");
fprintf(stderr, "This version of tinc was compiled without support for the curses library.\n");
return 1;
#endif
}