Problem 2132

Summary: Qt command line help: square brackets around optional arguments
Product: Geant4 Reporter: John.Allison
Component: visualization/OpenGLAssignee: Laurent Garnier <laurent.garnier>
Status: CLOSED FIXED    
Severity: minor    
Priority: P4    
Version: 10.5   
Hardware: Apple   
OS: Mac OS X   

Description John.Allison 2019-02-12 21:59:08 CET
For example, the displayed line

/vis/drawLogicalVolume <logical-volume-name> <depth-of-descent> <booleans-flag> <voxels-flag> <readout-flag> <axes-flag> <check-overlap-flag> 

should read

/vis/drawLogicalVolume <logical-volume-name> [<depth-of-descent>] [<booleans-flag>] [<voxels-flag>] [<readout-flag>] [<axes-flag>] [<check-overlap-flag>]
Comment 1 Laurent Garnier 2019-09-13 11:44:59 CEST
Fix