Fix format in fs documentation
This commit is contained in:
parent
9a75052d2c
commit
e66a837bc0
|
@ -29,8 +29,8 @@ nomad fs [options] <alloc-id> <path>
|
||||||
This command accepts a path and single allocation ID unless the `-job` flag is
|
This command accepts a path and single allocation ID unless the `-job` flag is
|
||||||
specified, in which case an allocation is chosen for the given job. The path is
|
specified, in which case an allocation is chosen for the given job. The path is
|
||||||
relative to the root of the allocation directory. The path is optional and it
|
relative to the root of the allocation directory. The path is optional and it
|
||||||
defaults to `/` of the allocation directory
|
defaults to `/` of the allocation directory.
|
||||||
#
|
|
||||||
## General Options
|
## General Options
|
||||||
|
|
||||||
<%= general_options_usage %>
|
<%= general_options_usage %>
|
||||||
|
|
Loading…
Reference in New Issue