mirror of https://github.com/aria2/aria2
Exclude src/usage_text.h from clang-format
parent
eaaf33d9aa
commit
4abad2f64c
|
@ -33,6 +33,8 @@
|
||||||
*/
|
*/
|
||||||
/* copyright --> */
|
/* copyright --> */
|
||||||
|
|
||||||
|
// clang-format off
|
||||||
|
|
||||||
#define TEXT_DIR \
|
#define TEXT_DIR \
|
||||||
_(" -d, --dir=DIR The directory to store the downloaded file.")
|
_(" -d, --dir=DIR The directory to store the downloaded file.")
|
||||||
#define TEXT_OUT \
|
#define TEXT_OUT \
|
||||||
|
@ -1055,3 +1057,5 @@
|
||||||
" the command given by --on-bt-download-complete\n" \
|
" the command given by --on-bt-download-complete\n" \
|
||||||
" is executed. To disable this action, give false\n" \
|
" is executed. To disable this action, give false\n" \
|
||||||
" to this option.")
|
" to this option.")
|
||||||
|
|
||||||
|
// clang-format on
|
||||||
|
|
Loading…
Reference in New Issue