Merge pull request #1564 from nak3/fix-docs

Fix format in fs documentation
This commit is contained in:
Diptanu Choudhury 2016-08-10 22:39:15 -07:00 committed by GitHub
commit 787c4e26a7

View file

@ -29,8 +29,8 @@ nomad fs [options] <alloc-id> <path>
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
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_usage %>