From 5bc83ff01d1511dcbe57c40dc05a6e26452c06ae Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Fri, 25 Oct 2002 01:16:02 +0000
Subject: [PATCH] *** empty log message ***

---
 Common/CommandLine.cpp | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/Common/CommandLine.cpp b/Common/CommandLine.cpp
index 4bfdbb7525..b50ef26b50 100644
--- a/Common/CommandLine.cpp
+++ b/Common/CommandLine.cpp
@@ -1,4 +1,4 @@
-// $Id: CommandLine.cpp,v 1.2 2002-10-24 23:39:31 geuzaine Exp $
+// $Id: CommandLine.cpp,v 1.3 2002-10-25 01:16:02 geuzaine Exp $
 //
 // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle
 //
@@ -518,7 +518,8 @@ void Get_Options (int argc, char *argv[], int *nbfiles) {
 
       else{
 #ifdef __APPLE__ 
-	// Macs launch programs with special command line options... Just ignore them.
+	// The Mac Finder launches programs with special command line
+	// arguments: just ignore them (and don't exit!)
         fprintf(stderr, "Unknown option '%s'\n", argv[i]);
 	i++;
 #else
-- 
GitLab