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

View File

@ -42,11 +42,13 @@ ls List local files
mkdir Create a directory on disk mkdir Create a directory on disk
mount Mount a disk image mount Mount a disk image
move Move files from one volume to another 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 quarantine Like report, but allow moving dupes to a backup folder
quit Leave this place quit Leave this place
rename Rename a file on the disk rename Rename a file on the disk
report Run a report report Run a report
search Run a search
target Select mounted volume as default target Select mounted volume as default
unlock Unlock file on the disk unlock Unlock file on the disk
unmount unmount disk image unmount unmount disk image
@ -81,7 +83,7 @@ Command-line flags:
-csv -csv
Output data to CSV format Output data to CSV format
-datastore string -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 -dir
Directory specified disk (needs -disk) Directory specified disk (needs -disk)
-dir-create string -dir-create string
@ -142,6 +144,8 @@ Command-line flags:
Run whole disk dupe report Run whole disk dupe report
-with-disk string -with-disk string
Perform disk operation (-file-extract,-file-put,-file-delete) 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 Getting Started