Return-Path: Mailing-List: contact commons-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list commons-user@jakarta.apache.org Received: (qmail 29979 invoked by uid 98); 6 Jan 2003 20:15:16 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) Received: (qmail 29675 invoked from network); 6 Jan 2003 20:15:13 -0000 Received: from daedalus.apache.org (HELO apache.org) (63.251.56.142) by nagoya.betaversion.org with SMTP; 6 Jan 2003 20:15:13 -0000 Received: (qmail 98127 invoked by uid 500); 6 Jan 2003 20:13:52 -0000 Received: (qmail 98120 invoked from network); 6 Jan 2003 20:13:51 -0000 Received: from unknown (HELO ADMINMAIL.corp.veritect) (63.110.76.62) by daedalus.apache.org with SMTP; 6 Jan 2003 20:13:51 -0000 Received: by adminmail.corp.veritect with Internet Mail Service (5.5.2653.19) id ; Mon, 6 Jan 2003 15:13:55 -0500 Message-ID: From: "Ruhnke, Jay" To: "'commons-user@jakarta.apache.org'" Subject: CLI - problem with quoted text Date: Mon, 6 Jan 2003 15:13:54 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I am running CLI on a windows box and my program is looking for a quoted text option. Example program -C "This is a comment" -h Works fine on windows, but when I move to Linux, it only grabs the first word of the quoted text. Any ideas??