mirror of
https://github.com/octoleo/restic.git
synced 2024-11-22 21:05:10 +00:00
Merge pull request #2805 from jwilk-forks/verbose
Fix examples of --verbose with argument
This commit is contained in:
commit
06fb4ea3f0
@ -72,7 +72,7 @@ type GlobalOptions struct {
|
|||||||
// 0 means: don't print any messages except errors, this is used when --quiet is specified
|
// 0 means: don't print any messages except errors, this is used when --quiet is specified
|
||||||
// 1 is the default: print essential messages
|
// 1 is the default: print essential messages
|
||||||
// 2 means: print more messages, report minor things, this is used when --verbose is specified
|
// 2 means: print more messages, report minor things, this is used when --verbose is specified
|
||||||
// 3 means: print very detailed debug messages, this is used when --verbose 2 is specified
|
// 3 means: print very detailed debug messages, this is used when --verbose=2 is specified
|
||||||
verbosity uint
|
verbosity uint
|
||||||
|
|
||||||
Options []string
|
Options []string
|
||||||
|
Loading…
Reference in New Issue
Block a user