[sysprof] cli: fix spelling of CPU in a translatable string
- From: Piotr Drąg <piotrdrag src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [sysprof] cli: fix spelling of CPU in a translatable string
- Date: Tue, 16 Oct 2018 18:42:07 +0000 (UTC)
commit eb8ffeb65c27513e131bd23b4ed751e3fa1e1de1
Author: Piotr Drąg <piotrdrag gmail com>
Date: Tue Oct 16 20:41:12 2018 +0200
cli: fix spelling of CPU in a translatable string
tools/sysprof-cli.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/tools/sysprof-cli.c b/tools/sysprof-cli.c
index 835a1b2..8f1f0b8 100644
--- a/tools/sysprof-cli.c
+++ b/tools/sysprof-cli.c
@@ -99,7 +99,7 @@ main (gint argc,
{ "pid", 'p', 0, G_OPTION_ARG_INT, &pid, N_("Make sysprof specific to a task"), N_("PID") },
{ "command", 'c', 0, G_OPTION_ARG_STRING, &command, N_("Run a command and profile the process"),
N_("COMMAND") },
{ "force", 'f', 0, G_OPTION_ARG_NONE, &force, N_("Force overwrite the capture file") },
- { "no-cpu", 0, 0, G_OPTION_ARG_NONE, &no_cpu, N_("Disable recording of cpu statistics") },
+ { "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") },
{ "version", 0, 0, G_OPTION_ARG_NONE, &version, N_("Print the sysprof-cli version and exit") },
{ NULL }
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]