We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c41927 commit 0a86b27Copy full SHA for 0a86b27
main/shc.c
@@ -68,7 +68,7 @@ static const char * abstract[] = {
68
0};
69
70
static const char usage[] =
71
-"Usage: shc [-e date] [-m addr] [-i iopt] [-x cmnd] [-l lopt] [-o filename] [-rvDTCAh] -f script";
+"Usage: shc [-e date] [-m addr] [-i iopt] [-x cmnd] [-l lopt] [-o outfile] [-rvDUCAh] -f script";
72
73
static const char * help[] = {
74
"",
@@ -82,7 +82,7 @@ static const char * help[] = {
82
" -r Relax security. Make a redistributable binary",
83
" -v Verbose compilation",
84
" -D Switch ON debug exec calls [OFF]",
85
-" -T Allow binary to be traceable [no]",
+" -U Make binary untraceable [no]",
86
" -C Display license and exit",
87
" -A Display abstract and exit",
88
" -h Display help and exit",
0 commit comments