Skip to content

Commit 48b29c3

Browse files
authored
Merge pull request #129 from Ganesha2282882/master
fix typo in usage
2 parents 81bf0a9 + 121cdf4 commit 48b29c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shc.c

Lines changed: 1 addition & 1 deletion
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 outfile] [-rvDSUHCABh] -f script";
71+
"Usage: shc [-e date] [-m addr] [-i iopt] [-x cmd] [-l lopt] [-o outfile] [-rvDSUHCABh] -f script";
7272

7373
static const char * help[] = {
7474
"",

0 commit comments

Comments
 (0)