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 ```