diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2015-02-23 19:30:59 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2015-02-23 19:30:59 +0100 |
commit | 721457bc196dd2ee62a161cf592698f4db04a8f8 (patch) | |
tree | f76015111c1f0706ed5c99b775499ce9f5083c4d /src/qmi-proxy | |
parent | fed9226cc9cd8babbc5dc1a0b68ce4012088d889 (diff) | |
download | external_libqmi-721457bc196dd2ee62a161cf592698f4db04a8f8.zip external_libqmi-721457bc196dd2ee62a161cf592698f4db04a8f8.tar.gz external_libqmi-721457bc196dd2ee62a161cf592698f4db04a8f8.tar.bz2 |
qmi-proxy: fix program name in --version
Diffstat (limited to 'src/qmi-proxy')
-rw-r--r-- | src/qmi-proxy/qmi-proxy.c | 4 |
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 |