From 5ee224fe6ae086f30301244cd74d68387f1c5704 Mon Sep 17 00:00:00 2001 From: Jearvon Dharrie Date: Wed, 21 Oct 2015 13:41:49 -0400 Subject: [PATCH] Remove the word obviously --- website/source/docs/command-line/introduction.html.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/docs/command-line/introduction.html.markdown b/website/source/docs/command-line/introduction.html.markdown index ea9834397..981c1b2f6 100644 --- a/website/source/docs/command-line/introduction.html.markdown +++ b/website/source/docs/command-line/introduction.html.markdown @@ -4,7 +4,7 @@ description: | is done via the `packer` tool. Like many other command-line tools, the `packer` tool takes a subcommand to execute, and that subcommand may have additional options as well. Subcommands are executed with `packer SUBCOMMAND`, where - "SUBCOMMAND" is obviously the actual command you wish to execute. + "SUBCOMMAND" is the actual command you wish to execute. layout: docs page_title: 'Packer Command-Line' ... @@ -15,7 +15,7 @@ Packer is controlled using a command-line interface. All interaction with Packer is done via the `packer` tool. Like many other command-line tools, the `packer` tool takes a subcommand to execute, and that subcommand may have additional options as well. Subcommands are executed with `packer SUBCOMMAND`, where -"SUBCOMMAND" is obviously the actual command you wish to execute. +"SUBCOMMAND" is the actual command you wish to execute. If you run `packer` by itself, help will be displayed showing all available subcommands and a brief synopsis of what they do. In addition to this, you can