mirror of
https://github.com/sheumann/hush.git
synced 2025-03-11 18:30:22 +00:00
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 \
|
#define test_trivial_usage \
|
||||||
"EXPRESSION\n or [ EXPRESSION ]"
|
"EXPRESSION\n" \
|
||||||
|
" or [ EXPRESSION ]"
|
||||||
#define test_full_usage \
|
#define test_full_usage \
|
||||||
"Check file types and compares values returning an exit code\n" \
|
"Check file types and compares values returning an exit code\n" \
|
||||||
"determined by the value of EXPRESSION"
|
"determined by the value of EXPRESSION"
|
||||||
|
@ -10,8 +10,6 @@
|
|||||||
|
|
||||||
#define DEBUG 0
|
#define DEBUG 0
|
||||||
|
|
||||||
#define DEBUG 0
|
|
||||||
|
|
||||||
int getpty(char *line)
|
int getpty(char *line)
|
||||||
{
|
{
|
||||||
int p;
|
int p;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user