demo/coloring.cc
changeset 1577 15098fb5275c
parent 1560 01707a8a4ca6
child 1636 260ac104190f
     1.1 --- a/demo/coloring.cc	Wed Jul 20 16:03:41 2005 +0000
     1.2 +++ b/demo/coloring.cc	Wed Jul 20 16:05:04 2005 +0000
     1.3 @@ -16,7 +16,7 @@
     1.4  {
     1.5    if(argc<2)
     1.6    {
     1.7 -      std::cerr << "USAGE: coloring <input_file.lgf>" << std::endl;
     1.8 +      std::cerr << "USAGE: coloring input_file.lgf" << std::endl;
     1.9        std::cerr << "The file 'input_file.lgf' has to contain a graph in LEMON format together with a nodemap called 'coords' to draw the graph (e.g. sample.lgf is not such a file)." << std::endl;
    1.10        return 0;
    1.11    }