From deb27f14ef69e2b7fd8b634dd4bffec2759e64a8 Mon Sep 17 00:00:00 2001
From: Kelly Kelly <kelly@basistech.com>
Date: Mon, 11 Jul 2022 16:00:10 -0400
Subject: [PATCH] Fixed typo

---
 docs/doxygen-user/command_line_ingest.dox | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/doxygen-user/command_line_ingest.dox b/docs/doxygen-user/command_line_ingest.dox
index 96977fe0c1..0436bc3f07 100644
--- a/docs/doxygen-user/command_line_ingest.dox
+++ b/docs/doxygen-user/command_line_ingest.dox
@@ -45,7 +45,7 @@ The table below shows a summary of the command line operations. You can run one
 --caseType (optional)</pre></td><td><pre>--createCase --caseName="test5" --caseBaseDir="C:\work\cases"
 --createCase --caseName="test_multi" --caseBaseDir="\\WIN-2913\work\cases" --caseType="multi"</pre></td></tr>
 
-<tr><td><b>Open Existing Case</b></td><td>&nbsp;</td><td><pre>--caseBaseDir</pre></td><td><pre>--caseBaseDir="C:\work\Cases\test5_2019_09_20_11_01_29"</pre></td></tr>
+<tr><td><b>Open Existing Case</b></td><td>&nbsp;</td><td><pre>--caseBaseDir</pre></td><td><pre>--caseBaseDir="C:\work\Cases"</pre></td></tr>
 
 <tr><td><b>Add a Data Source</b></td><td><pre>--addDataSource
 --runIngest (optional)
@@ -87,7 +87,7 @@ autopsy64.exe --createCase --caseName="test_multi" --caseBaseDir="\\WIN-2913\wor
 Once a case is created you will need to use the full path to the case instead of the case name and base folder. For example, if we created the empty case "test5" as above, we could use the following command to add a data source to it:
 
 \verbatim
-autopsy64.exe --caseName="test5" --caseBaseDir="C:\work\Cases\test5" --addDataSource 
+autopsy64.exe --caseName="test5" --caseBaseDir="C:\work\Cases" --addDataSource 
    --dataSourcePath="R:\work\images\small2.img"
 \endverbatim
 
-- 
GitLab