aboutsummaryrefslogtreecommitdiff
path: root/src/binlogcat.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2013-10-12 23:29:21 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2013-10-12 23:29:21 +0300
commit6abc995ed0ac0349b8451cfe883d5296da341c66 (patch)
treea712fd6fd1e9e62eb4a261b870c5b135e60f6505 /src/binlogcat.c
parent66f3521c257d2777cbf9697716a9f2288254376c (diff)
downloadvmod-binlog-6abc995ed0ac0349b8451cfe883d5296da341c66.tar.gz
vmod-binlog-6abc995ed0ac0349b8451cfe883d5296da341c66.tar.bz2
Bugfix
* src/binlogcat.c: Fix help output.
Diffstat (limited to 'src/binlogcat.c')
-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
@@ -143,13 +143,13 @@ catlog(const char *fname)
fclose(fp);
}
void
help()
{
- printf("usage: %s [-dhnv] [t FORMAT] [FILE...]\n");
+ printf("usage: %s [-dhnv] [t FORMAT] [FILE...]\n", progname);
}
int
main(int argc, char **argv)
{
progname = argv[0];

Return to:

Send suggestions and report system problems to the System administrator.