Skip to content

Commit 63ec5dc

Browse files
committed
More
1 parent 8388c16 commit 63ec5dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/nginx-one/how-to/staged-configs/import-export-staged-config.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ When you work with such archives, consider the following:
4242

4343
{{< tip >}}
4444

45-
Before you unpack an archive, run the `tar -tvzf archive-name.tar.gz` command. It displays the files and directories in that archive, without overwritting anything.
46-
You'll then now where files are written when you next run a command like `tar -xvzf archive-name.tar.gz`.
45+
Before you unpack an archive, run the `tar -tvzf <archive-name>.tar.gz` command. It displays the files and directories in that archive, without overwritting anything.
46+
You'll then now where files are written when you next run a command like `tar -xvzf <archive-name>.tar.gz`.
4747

4848
{{< /tip >}}
4949

0 commit comments

Comments
 (0)