From f57bc574619b905e74f5a7d9ce82ba0a8a2deccc Mon Sep 17 00:00:00 2001 From: Christian Hergert Date: Tue, 28 May 2019 23:03:12 -0700 Subject: [PATCH] sysprof-cli: remove -g option We might want to save this for gtk --- src/tools/sysprof-cli.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/sysprof-cli.c b/src/tools/sysprof-cli.c index 0795fa8d..69a5c590 100644 --- a/src/tools/sysprof-cli.c +++ b/src/tools/sysprof-cli.c @@ -93,7 +93,7 @@ main (gint argc, { "no-cpu", 0, 0, G_OPTION_ARG_NONE, &no_cpu, N_("Disable recording of CPU statistics") }, { "no-memory", 0, 0, G_OPTION_ARG_NONE, &no_memory, N_("Disable recording of memory statistics") }, { "use-trace-fd", 0, 0, G_OPTION_ARG_NONE, &use_trace_fd, N_("Set SYSPROF_TRACE_FD environment for subprocess") }, - { "gjs", 'g', 0, G_OPTION_ARG_NONE, &gjs, N_("Set GJS_TRACE_FD environment to trace GJS processes") }, + { "gjs", 0, 0, G_OPTION_ARG_NONE, &gjs, N_("Set GJS_TRACE_FD environment to trace GJS processes") }, { "version", 0, 0, G_OPTION_ARG_NONE, &version, N_("Print the sysprof-cli version and exit") }, { NULL } };