aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2015-02-23 19:30:59 +0100
committerAleksander Morgado <aleksander@aleksander.es>2015-02-23 19:30:59 +0100
commit721457bc196dd2ee62a161cf592698f4db04a8f8 (patch)
treef76015111c1f0706ed5c99b775499ce9f5083c4d /src
parentfed9226cc9cd8babbc5dc1a0b68ce4012088d889 (diff)
qmi-proxy: fix program name in --version
Diffstat (limited to 'src')
-rw-r--r--src/qmi-proxy/qmi-proxy.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qmi-proxy/qmi-proxy.c b/src/qmi-proxy/qmi-proxy.c
index 6c46e53..d7e2d1d 100644
--- a/src/qmi-proxy/qmi-proxy.c
+++ b/src/qmi-proxy/qmi-proxy.c
@@ -1,6 +1,6 @@
/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
- * qmid -- A proxy to communicate with QMI ports
+ * qmi-proxy -- A proxy to communicate with QMI ports
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -32,7 +32,7 @@
#include <libqmi-glib.h>
-#define PROGRAM_NAME "qmid"
+#define PROGRAM_NAME "qmi-proxy"
#define PROGRAM_VERSION PACKAGE_VERSION
#define EMPTY_PROXY_LIFETIME_SECS 30