Skip to content

Commit

Permalink
text change for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
ydkhatri committed May 29, 2020
1 parent 20bebc2 commit f246814
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mac_apt_mounted_sys_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit f246814

Please sign in to comment.