remove extra spaces in help text; delete duplicate #define

This commit is contained in:
Denis Vlasenko 2008-03-17 09:37:24 +00:00
parent d0a071a528
commit d1277c6052
2 changed files with 4 additions and 5 deletions

View File

@ -3903,7 +3903,8 @@
)
#define test_trivial_usage \
"EXPRESSION\n or [ EXPRESSION ]"
"EXPRESSION\n" \
" or [ EXPRESSION ]"
#define test_full_usage \
"Check file types and compares values returning an exit code\n" \
"determined by the value of EXPRESSION"

View File

@ -10,8 +10,6 @@
#define DEBUG 0
#define DEBUG 0
int getpty(char *line)
{
int p;