diff --git a/src/PerfView/SupportFiles/UsersGuide.htm b/src/PerfView/SupportFiles/UsersGuide.htm
index 01f83feab..e57ec75f6 100644
--- a/src/PerfView/SupportFiles/UsersGuide.htm
+++ b/src/PerfView/SupportFiles/UsersGuide.htm
@@ -6403,7 +6403,7 @@
Step 2b: Prepare Trace for Offline Analysis (Optional)
Then, inside the container, run the merge command to inject the necessary image identification data:
- - PerfViewCollect merge /ImageIDsOnly MyContainerTrace.etl.zip
+ - PerfViewCollect merge MyContainerTrace.etl.zip /ImageIDsOnly
Note: PerfViewCollect needs to be built from source at
@@ -6451,7 +6451,7 @@
Summary of Commands
- On the host: PerfView collect /EnableEventsInContainers /MaxCollectSec:30 MyContainerTrace.etl
- Copy to container: kubectl cp MyContainerTrace.etl.zip my-namespace/my-pod:/app/
- - In the container: PerfViewCollect merge /ImageIDsOnly MyContainerTrace.etl.zip
+ - In the container: PerfViewCollect merge MyContainerTrace.etl.zip /ImageIDsOnly
- Copy from container: kubectl cp my-namespace/my-pod:/app/MyContainerTrace.etl.zip ./
- Analyze anywhere: PerfView MyContainerTrace.etl.zip