add DEBUG
This commit is contained in:
parent
f5e65d680b
commit
3953c7a0ce
3 changed files with 30 additions and 1 deletions
|
@ -122,6 +122,9 @@ This is where work happens.
|
|||
|
||||
These messages can be sent at any time by either git-annex or the program.
|
||||
|
||||
* `DEBUG message`
|
||||
Tells git-annex to display the message if --debug is enabled.
|
||||
(git-annex does not send a reply to this message.)
|
||||
* `ERROR ErrorMsg`
|
||||
Generic error. Can be sent at any time if things get too messed up to
|
||||
continue. When possible, use a more specific reply.
|
||||
|
|
|
@ -378,7 +378,7 @@ handling a request.
|
|||
may be empty to get all urls.
|
||||
(git-annex replies one or more times with VALUE for each url.
|
||||
The final VALUE has an empty value, indicating the end of the url list.)
|
||||
* `DEBUG message`
|
||||
* `DEBUG message`
|
||||
Tells git-annex to display the message if --debug is enabled.
|
||||
(git-annex does not send a reply to this message.)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue