Minor formatting cleanup

This commit is contained in:
Davis King 2016-06-25 09:47:36 -04:00
parent 2469352e95
commit f88f784a4e
1 changed files with 2 additions and 2 deletions

View File

@ -111,8 +111,8 @@ int main(int argc, char** argv) try
if (argc == 1)
{
cout << "Give this program image files as command line arguments.\n" << endl;
cout << "You will also need a copy of the file resnet34_1000_imagenet_classifier.dnn which" << endl;
cout << "is available at http://dlib.net/files/resnet34_1000_imagenet_classifier.dnn.bz2" << endl;
cout << "You will also need a copy of the file resnet34_1000_imagenet_classifier.dnn " << endl;
cout << "available at http://dlib.net/files/resnet34_1000_imagenet_classifier.dnn.bz2" << endl;
cout << endl;
return 1;
}