Skip to content

Commit

Permalink
version 3.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
neurobin committed Apr 3, 2015
1 parent 8c41927 commit 0a86b27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main/shc.c
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ static const char * abstract[] = {
0};

static const char usage[] =
"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";

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

0 comments on commit 0a86b27

Please sign in to comment.