-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
The help output is inconsistent. Looking at the code, it appears double dash is correct. --verbose VS -verbose
# diskrsync -h
Usage of diskrsync:
-calc-progress
Write calc progress
-no-compress
Store target as a raw file
-source
Source mode
-ssh-flags string
SSH flags
-sync-progress
Write sync progress
-target
Target mode
-verbose
Print statistics, progress, and some debug info
# diskrsync
Usage: diskrsync [--ssh-flags="..."] [--no-compress] [--verbose] <src> <dst>
src and dst is [[user@]host:]path
For simplicity sake, I would recommend changing to the same output for both, similar to the following.
Usage: diskrsync [--ssh-flags="..."] [--no-compress] [--verbose] <src> <dst>
src and dst is [[user@]host:]path
--calc-progress
Write calc progress
--no-compress
Store target as a raw file
--source
Source mode
--ssh-flags string
SSH flags
--sync-progress
Write sync progress
--target
Target mode
--verbose
Print statistics, progress, and some debug info
Metadata
Metadata
Assignees
Labels
No labels