stoneelsie / google-refine

Automatically exported from code.google.com/p/google-refine
Other
0 stars 0 forks source link

Windows command options only partially show #463

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. On Windows system, in command console, type C:>refine /?
2. Refine says it cannot find the file specified for some of it's parameters.

What is the expected output? What do you see instead?

Refine should always show the parameters for Windows/Linux/Mac users either 
with /? or -? depending on OS.

Instead, on Windows 7 I see:

C:\Users\tguidry\Downloads\Freebase\grefine>refine /?
Usage refine [options] <action>
where [options] include:

Displays messages, or turns command-echoing on or off.

  ECHO [ON | OFF]
  ECHO [message]

Type ECHO without parameters to display the current echo setting.

The system cannot find the file specified.
    default: 3333

The system cannot find the file specified.
    default: 127.0.0.1

The system cannot find the file specified.
    default src\main\webapp

 /d enable JVM debugging (on port 8000)

The system cannot find the file specified.
    default: 1024M

 /x enable JMX monitoring (for jconsole and friends)

The system cannot find the file specified.

  build ..................... Build Google Refine
  run ....................... Run Google Refine

  clean ..................... Clean compiled classes
  distclean ................. Remove all generated files

Original issue reported on code.google.com by thadguidry on 14 Oct 2011 at 2:37

GoogleCodeExporter commented 8 years ago
Bump all unfinished 2.5 Milestone tags to next release

Original comment by tfmorris on 12 Dec 2011 at 7:56