remove extra spaces in help text; delete duplicate #define
This commit is contained in:
parent
d0a071a528
commit
d1277c6052
@ -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"
|
||||
|
@ -10,8 +10,6 @@
|
||||
|
||||
#define DEBUG 0
|
||||
|
||||
#define DEBUG 0
|
||||
|
||||
int getpty(char *line)
|
||||
{
|
||||
int p;
|
||||
|
Loading…
Reference in New Issue
Block a user