From f2468143c46d8b7f45e688b032525e1605bba6bd Mon Sep 17 00:00:00 2001 From: ydkhatri Date: Fri, 29 May 2020 11:05:26 -0400 Subject: [PATCH] text change for clarity --- mac_apt_mounted_sys_data.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mac_apt_mounted_sys_data.py b/mac_apt_mounted_sys_data.py index a2c4f92..897191b 100644 --- a/mac_apt_mounted_sys_data.py +++ b/mac_apt_mounted_sys_data.py @@ -108,8 +108,8 @@ def SetupExportLogger(output_params): f'You are running {__PROGRAMNAME} version {__VERSION}\n\n'\ 'Note: The default output is now sqlite, no need to specify it now', epilog=plugins_info, formatter_class=argparse.RawTextHelpFormatter) -arg_parser.add_argument('input_sys_path', help='Path to mounted SYSTEM image/volume') -arg_parser.add_argument('input_data_path', help='Path to mounted DATA image/volume') +arg_parser.add_argument('input_sys_path', help='Path to root folder of mounted SYSTEM image/volume') +arg_parser.add_argument('input_data_path', help='Path to root folder of mounted DATA image/volume') arg_parser.add_argument('-o', '--output_path', help='Path where output files will be created') arg_parser.add_argument('-x', '--xlsx', action="store_true", help='Save output in Excel spreadsheet') arg_parser.add_argument('-c', '--csv', action="store_true", help='Save output as CSV files')