Skip to content

Commit 0a86b27

Browse files
committed
version 3.9.1
1 parent 8c41927 commit 0a86b27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main/shc.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ static const char * abstract[] = {
6868
0};
6969

7070
static const char usage[] =
71-
"Usage: shc [-e date] [-m addr] [-i iopt] [-x cmnd] [-l lopt] [-o filename] [-rvDTCAh] -f script";
71+
"Usage: shc [-e date] [-m addr] [-i iopt] [-x cmnd] [-l lopt] [-o outfile] [-rvDUCAh] -f script";
7272

7373
static const char * help[] = {
7474
"",
@@ -82,7 +82,7 @@ static const char * help[] = {
8282
" -r Relax security. Make a redistributable binary",
8383
" -v Verbose compilation",
8484
" -D Switch ON debug exec calls [OFF]",
85-
" -T Allow binary to be traceable [no]",
85+
" -U Make binary untraceable [no]",
8686
" -C Display license and exit",
8787
" -A Display abstract and exit",
8888
" -h Display help and exit",

0 commit comments

Comments
 (0)