Revision f624fa95 man/hail.rst

b/man/hail.rst
9 9
SYNOPSIS
10 10
--------
11 11

  
12
**hail** [ **-t** *file* | **--simulate** *spec* ] [options...] *input-file*
12
**hail** [ **-t** *file* | **\--simulate** *spec* ] [options...] *input-file*
13 13

  
14
**hail** --version
14
**hail** \--version
15 15

  
16 16
DESCRIPTION
17 17
-----------
......
62 62

  
63 63
The options that can be passed to the program are as follows:
64 64

  
65
-p, --print-nodes
65
-p, \--print-nodes
66 66
  Prints the before and after node status, in a format designed to allow
67 67
  the user to understand the node's most important parameters. See the
68 68
  man page **htools**(1) for more details about this option.
69 69

  
70
-t *datafile*, --text-data=*datafile*
70
-t *datafile*, \--text-data=*datafile*
71 71
  The name of the file holding cluster information, to override the data
72 72
  in the JSON request itself. This is mostly used for debugging. The
73 73
  format of the file is described in the man page **htools**(1).
74 74

  
75
--simulate *description*
75
\--simulate *description*
76 76
  Backend specification: similar to the **-t** option, this allows
77 77
  overriding the cluster data with a simulated cluster. For details
78 78
  about the description, see the man page **htools**(1).
79 79

  
80
-S *filename*, --save-cluster=*filename*
80
-S *filename*, \--save-cluster=*filename*
81 81
  If given, the state of the cluster before and the iallocator run is
82 82
  saved to a file named *filename.pre-ialloc*, respectively
83 83
  *filename.post-ialloc*. This allows re-feeding the cluster state to

Also available in: Unified diff