8a27c79
diff -up asymptote-2.03/settings.cc.BAD asymptote-2.03/settings.cc
8a27c79
--- asymptote-2.03/settings.cc.BAD	2010-08-05 14:01:44.467951925 -0400
8a27c79
+++ asymptote-2.03/settings.cc	2010-08-05 14:04:27.597952001 -0400
8a27c79
@@ -352,6 +352,7 @@ struct option : public gc {
8a27c79
         cerr << endl;
8a27c79
         cerr << std::left << std::setw(WIDTH) << "";
8a27c79
       }
8a27c79
+      cerr << " ";
8a27c79
       cerr << desc;
8a27c79
       if(cmdlineonly) cerr << "; command-line only";
8a27c79
       if(Default != "")