Fix an escape problem in the docs. Some \n's didn't have the '\'
escaped, and so were messsing the out output. -Erik
This commit is contained in:
parent
b6967635eb
commit
6197c51834
@ -344,8 +344,8 @@
|
|||||||
"Erik\n" \
|
"Erik\n" \
|
||||||
"is\n" \
|
"is\n" \
|
||||||
"cool\n" \
|
"cool\n" \
|
||||||
"$ echo "Erik\nis\ncool"\n" \
|
"$ echo "Erik\\nis\\ncool"\n" \
|
||||||
"Erik\nis\ncool\n"
|
"Erik\\nis\\ncool\n"
|
||||||
|
|
||||||
#define env_trivial_usage \
|
#define env_trivial_usage \
|
||||||
"[-iu] [-] [name=value]... [command]"
|
"[-iu] [-] [name=value]... [command]"
|
||||||
|
@ -344,8 +344,8 @@
|
|||||||
"Erik\n" \
|
"Erik\n" \
|
||||||
"is\n" \
|
"is\n" \
|
||||||
"cool\n" \
|
"cool\n" \
|
||||||
"$ echo "Erik\nis\ncool"\n" \
|
"$ echo "Erik\\nis\\ncool"\n" \
|
||||||
"Erik\nis\ncool\n"
|
"Erik\\nis\\ncool\n"
|
||||||
|
|
||||||
#define env_trivial_usage \
|
#define env_trivial_usage \
|
||||||
"[-iu] [-] [name=value]... [command]"
|
"[-iu] [-] [name=value]... [command]"
|
||||||
|
4
usage.h
4
usage.h
@ -344,8 +344,8 @@
|
|||||||
"Erik\n" \
|
"Erik\n" \
|
||||||
"is\n" \
|
"is\n" \
|
||||||
"cool\n" \
|
"cool\n" \
|
||||||
"$ echo "Erik\nis\ncool"\n" \
|
"$ echo "Erik\\nis\\ncool"\n" \
|
||||||
"Erik\nis\ncool\n"
|
"Erik\\nis\\ncool\n"
|
||||||
|
|
||||||
#define env_trivial_usage \
|
#define env_trivial_usage \
|
||||||
"[-iu] [-] [name=value]... [command]"
|
"[-iu] [-] [name=value]... [command]"
|
||||||
|
Loading…
Reference in New Issue
Block a user