From a51e31d6c72e46ac20ec0de021455563500db6ee Mon Sep 17 00:00:00 2001 From: curt Date: Mon, 31 Jan 2005 21:54:44 +0000 Subject: [PATCH] Remove a depricated option from the usage() display. --- src/BuildTiles/Parallel/client.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/BuildTiles/Parallel/client.cxx b/src/BuildTiles/Parallel/client.cxx index ef7e42ba..e68a3485 100644 --- a/src/BuildTiles/Parallel/client.cxx +++ b/src/BuildTiles/Parallel/client.cxx @@ -226,7 +226,6 @@ usage (const string name) cout << " --port=" << endl; cout << " --rude" << endl; cout << " --cover=" << endl; - cout << " --min-angle= ]" << endl; cout << "" << endl; exit(-1); }