Add new options to README.md

This commit is contained in:
April 2018-02-15 19:54:50 +11:00 committed by GitHub
parent 7118703c68
commit 185caf6c4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 2 deletions

View File

@ -42,11 +42,13 @@ ls List local files
mkdir Create a directory on disk
mount Mount a disk image
move Move files from one volume to another
put Copy local file to disk
prefix Change volume path
put Copy local file to disk (with optional target dir)
quarantine Like report, but allow moving dupes to a backup folder
quit Leave this place
rename Rename a file on the disk
report Run a report
search Run a search
target Select mounted volume as default
unlock Unlock file on the disk
unmount unmount disk image
@ -81,7 +83,7 @@ Command-line flags:
-csv
Output data to CSV format
-datastore string
Database of disk fingerprints for checking (default "/Users/nnnnn/DiskM8/fingerprints")
Database of disk fingerprints for checking (default "/home/april/DiskM8/fingerprints")
-dir
Directory specified disk (needs -disk)
-dir-create string
@ -142,6 +144,8 @@ Command-line flags:
Run whole disk dupe report
-with-disk string
Perform disk operation (-file-extract,-file-put,-file-delete)
-with-path string
Target path for disk operation (-file-extract,-file-put,-file-delete)
```
Getting Started