Skip to content

Commit

Permalink
fix typo in usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Brahma Sharma authored Mar 3, 2021
1 parent 81bf0a9 commit 121cdf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/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 outfile] [-rvDSUHCABh] -f script";
"Usage: shc [-e date] [-m addr] [-i iopt] [-x cmd] [-l lopt] [-o outfile] [-rvDSUHCABh] -f script";

static const char * help[] = {
"",
Expand Down

0 comments on commit 121cdf4

Please sign in to comment.