Windows help is weird because ParaView is broken (regarding the command line help on Windows). You can see this by running ParaView from a Command Prompt. ParaView creates a new window, writes the output there, then immediately closes the window.
I created the command line help on Linux. Here it is: linuxBlade$ ./paraview --help --connect-id=opt Set the ID of the server and client to make sure they match. 0 is reserved to imply none specified. --cslog=opt ClientServerStream log file. --data=opt Load the specified data. To specify file series replace the numeral with a '.' eg. my0.vtk, my1.vtk...myN.vtk becomes my..vtk --data-directory=opt Set the data directory where test-case data are. --disable-registry -dr Do not use registry when running ParaView (for testing). --enable-bt Enable stack trace signal handler. --enable-streaming EXPERIMENTAL: When specified, view-based streaming is enabled for certain views and representation types. --exit Exit application when testing is done. Use for testing. --help /? Displays available command line arguments. --hostname=opt Override the hostname to be used to connect to this process. By default, the hostname is determined using appropriate system calls. --multi-servers Allow client to connect to several pvserver --print-monitors Print detected monitors and exit (Windows only). --script=opt Set a python script to be evaluated on startup. --server=opt -s=opt Set the name of the server resource to connect with when the client starts. --server-url=opt -url=opt Set the server-url to connect with when the client starts. --server (-s) option supersedes this option, hence one should only use one of the two options. --state=opt Load the specified statefile (.pvsm). --stereo Tell the application to enable stereo rendering --stereo-type=opt Specify the stereo type. This valid only when --stereo is specified. Possible values are "Crystal Eyes", "Red-Blue", "Interlaced", "Dresden", "Anaglyph", "Checkerboard","SplitViewportHorizontal" --test-baseline=opt Add test baseline. Can be used multiple times to specify multiple baselines for multiple tests, in order. --test-directory=opt Set the temporary directory where test-case output will be stored. --test-master (For testing) When present, tests master configuration. --test-plugin=opt Specify the name of the plugin to load for testing --test-plugin-path=opt Specify the path where more plugins can be found.This is typically used when testing plugins. --test-script=opt Add test script. Can be used multiple times to specify multiple tests. --test-slave (For testing) When present, tests slave configuration. --test-threshold=opt Add test image threshold. Can be used multiple times to specify multiple image thresholds for multiple tests in order. --tile-image-prefix=opt Set the temporary directory with file name prefix for tile display image dump. --use-cuda-interop -cudaiop When specified, piston classes will use cuda interop for direct rendering --version -V Give the version number and exit. I will write up a bug report. Alan -----Original Message----- From: ParaView [mailto:[email protected]] On Behalf Of Utkarsh Ayachit Sent: Monday, December 14, 2015 12:28 PM To: Fernando G. del Cueto Cc: ParaView Subject: [EXTERNAL] Re: [Paraview] Axes labels > By the way, is there a way of getting the command line options? I > tried --help, -h and didn't get anything. -h should do the trick, but on Windows getting output on the terminal is always weird -- someone more familiar than me with Windows can elaborate. So to be clear, if you run paraview as a follows, then create the "Wavelet" source, hit "Apply" and then show the Axes Grid, you still see no labels? > paraview -dr Utkarsh _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Search the list archives at: http://markmail.org/search/?q=ParaView Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/paraview _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Search the list archives at: http://markmail.org/search/?q=ParaView Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/paraview
