mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-24 00:41:41 -04:00
Merge pull request #2851 from iamjarvo/docs-wording-change
Remove the word obviously from command line docs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user