[wing] service: remove short versions to un/install and exec
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [wing] service: remove short versions to un/install and exec
- Date: Sun, 23 Oct 2016 16:18:10 +0000 (UTC)
commit e0a66af4cde2e5031cb00bd8c9cd3b0281572aa4
Author: Ignacio Casal Quinteiro <ignacio casal nice-software com>
Date: Sun Oct 23 18:17:35 2016 +0200
service: remove short versions to un/install and exec
wing/wingservice.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/wing/wingservice.c b/wing/wingservice.c
index bfa4db2..35f5044 100644
--- a/wing/wingservice.c
+++ b/wing/wingservice.c
@@ -78,15 +78,15 @@ static gboolean stop_service;
static gboolean exec_service_as_application;
static const GOptionEntry entries[] =
{
- { "install", 'i', 0, G_OPTION_ARG_NONE, &install_service,
+ { "install", '\0', 0, G_OPTION_ARG_NONE, &install_service,
"Installs the service in the Windows service manager" },
- { "uninstall", 'u', 0, G_OPTION_ARG_NONE, &uninstall_service,
+ { "uninstall", '\0', 0, G_OPTION_ARG_NONE, &uninstall_service,
"Uninstalls the service from the Windows service manager" },
{ "start", '\0', 0, G_OPTION_ARG_NONE, &start_service,
"Starts the service using the Windows service manager" },
{ "stop", '\0', 0, G_OPTION_ARG_NONE, &stop_service,
"Stops the service using the Windows service manager" },
- { "exec", 'e', 0, G_OPTION_ARG_NONE, &exec_service_as_application,
+ { "exec", '\0', 0, G_OPTION_ARG_NONE, &exec_service_as_application,
"Launches the service as a normal application" },
{ NULL }
};
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]