aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/binlogcat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/binlogcat.c b/src/binlogcat.c
index ee8837a..dd36337 100644
--- a/src/binlogcat.c
+++ b/src/binlogcat.c
@@ -146,7 +146,7 @@ catlog(const char *fname)
void
help()
{
- printf("usage: %s [-dhnv] [t FORMAT] [FILE...]\n");
+ printf("usage: %s [-dhnv] [t FORMAT] [FILE...]\n", progname);
}
int

Return to:

Send suggestions and report system problems to the System administrator.