Skip to Content.
Sympa Menu

idok-commit - [idok-commit] idok commit r193 - branches/rest/java/ch/idok/cli/command

idok-commit AT lists.psi.ch

Subject: Commit emails of the iDok project

List archive

[idok-commit] idok commit r193 - branches/rest/java/ch/idok/cli/command


Chronological Thread 
  • From: "AFS account Roman Geus" <geus AT savannah.psi.ch>
  • To: idok-commit AT lists.psi.ch
  • Subject: [idok-commit] idok commit r193 - branches/rest/java/ch/idok/cli/command
  • Date: Tue, 26 Aug 2008 18:26:49 +0200
  • List-archive: <https://lists.web.psi.ch/pipermail/idok-commit/>
  • List-id: Commit emails of the iDok project <idok-commit.lists.psi.ch>

Author: geus
Date: Tue Aug 26 18:26:49 2008
New Revision: 193

Log:
Fixed typo in SearchCommand.java

Modified:
branches/rest/java/ch/idok/cli/command/SearchCommand.java

Modified: branches/rest/java/ch/idok/cli/command/SearchCommand.java
==============================================================================
--- branches/rest/java/ch/idok/cli/command/SearchCommand.java (original)
+++ branches/rest/java/ch/idok/cli/command/SearchCommand.java Tue Aug 26
18:26:49 2008
@@ -45,7 +45,7 @@
options_.addOption("c", "content", false,
"results include document content");
options_.addOption("f", "fields", true,
- "commaseparated list of fields to return, implies --meta");
+ "comma-separated list of fields to return, implies --meta");
options_.addOption("h", "help", false, "show this help information");
}




  • [idok-commit] idok commit r193 - branches/rest/java/ch/idok/cli/command, AFS account Roman Geus, 08/26/2008

Archive powered by MHonArc 2.6.19.

Top of Page