[gnome-calculator/fix-cli-string: 22/25] gnome-calculator.vala: clarify valid values for CLI
- From: Robert Roth <robertroth src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-calculator/fix-cli-string: 22/25] gnome-calculator.vala: clarify valid values for CLI
- Date: Sat, 1 Feb 2020 19:51:15 +0000 (UTC)
commit 2f1d42eaf06329324c9a069f55292e9f8e065c23
Author: Rafael Fontenelle <rffontenelle gmail com>
Date: Thu Dec 26 10:45:49 2019 +0000
gnome-calculator.vala: clarify valid values for CLI
src/gnome-calculator.vala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/gnome-calculator.vala b/src/gnome-calculator.vala
index d4816606..4c4c1294 100644
--- a/src/gnome-calculator.vala
+++ b/src/gnome-calculator.vala
@@ -21,7 +21,7 @@ public class Calculator : Gtk.Application
private static string mode_string = null;
private const OptionEntry[] option_entries = {
- { "mode", 'm', 0, OptionArg.STRING, ref mode_string, N_("Start in given mode (basic, advanced,
financial, programming, keyboard)"), "mode" },
+ { "mode", 'm', 0, OptionArg.STRING, ref mode_string, N_("Start in given mode; valid values are:
“basic”, “advanced”, “financial”, “programming”, “keyboard”"), "mode" },
{ "solve", 's', 0, OptionArg.STRING, null, N_("Solve given equation"), "equation" },
{ "equation", 'e', 0, OptionArg.STRING, ref equation_string, N_("Start with given equation"),
"equation"},
{ "version", 'v', 0, OptionArg.NONE, null, N_("Show release version"), null },
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]