Add "show persistent {server}"

This commit is contained in:
counterpoint
2015-05-27 09:57:18 +01:00
parent 8964e76f84
commit 351f52b8e1
3 changed files with 69 additions and 3 deletions

View File

@ -199,7 +199,7 @@ char c;
for (i = optind +1; i < argc; i++)
{
strcat(cmd, " ");
/* Arguments after the seconf are quoted to allow for names
/* Arguments after the second are quoted to allow for names
* that contain white space
*/
if (i - optind > 1)