From fc95782f20898fce39ec06ffb177d73a8f368e4d Mon Sep 17 00:00:00 2001 From: Diptanu Choudhury Date: Wed, 27 Jan 2016 22:19:03 -0800 Subject: [PATCH] Added synopsis of fs sub commands in the docs --- website/source/docs/commands/fs.html.md.erb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/source/docs/commands/fs.html.md.erb b/website/source/docs/commands/fs.html.md.erb index b3142cba1..f4b7616cf 100644 --- a/website/source/docs/commands/fs.html.md.erb +++ b/website/source/docs/commands/fs.html.md.erb @@ -11,6 +11,10 @@ description: > The `fs` family of commands allows a user to navigate an allocation directory on a Nomad client. The following subcommands are available - `cat`, `ls` and `stat` +`cat`: Reads contents of files and writes them to the standard output. +`ls`: Displays the name of a file and directories and their associated information. +`stat`: Displays information about a file. + ## Usage ```