The -x option in the tar command stands for "extract". It tells tar to extract files from an archive.
In this step, we used it with tar -xvf test_archive.tar -C extracted_tar to extract the test_archive.tar file into the extracted_tar directory.
Does that make sense? Let me know if you have any more questions!