Complete.Org: Mailing Lists: Archives: freeciv-dev: October 2004:
[Freeciv-Dev] Re: (PR#10445) observe command help text is wrong
Home

[Freeciv-Dev] Re: (PR#10445) observe command help text is wrong

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: undisclosed-recipients: ;
Subject: [Freeciv-Dev] Re: (PR#10445) observe command help text is wrong
From: "Mike Kaufman" <kaufman@xxxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 6 Oct 2004 21:01:58 -0700
Reply-to: rt@xxxxxxxxxxx

<URL: http://rt.freeciv.org/Ticket/Display.html?id=10445 >

heres a patch.

-mike

Index: server/commands.c
===================================================================
RCS file: /home/freeciv/CVS/freeciv/server/commands.c,v
retrieving revision 1.2
diff -u -r1.2 commands.c
--- server/commands.c   4 Oct 2004 04:37:33 -0000       1.2
+++ server/commands.c   7 Oct 2004 04:00:37 -0000
@@ -188,12 +188,14 @@
       "only the <player-name> argument is allowed")
   },
   {"observe",    ALLOW_INFO,
-   /* TRANS: translate text between [] and <> only */
-   N_("observe [connection-name] <player-name>"),
-   N_("Observe a player."),
+   /* TRANS: translate text between [] only */
+   N_("observe [connection-name] [player-name]"),
+   N_("Observe a player or the whole game."),
    N_("Only the console and connections with cmdlevel 'hack' can force "
       "other connections to observe a player. If you're not one of these, "
-      "only the <player-name> argument is allowed")
+      "only the [player-name] argument is allowed. If the console gives no "
+      "player-name or the connection uses no arguments, then the connection "
+      "is attached to a global observer.")
   },
   {"detach",    ALLOW_INFO,
    /* TRANS: translate text between <> only */

[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] Re: (PR#10445) observe command help text is wrong, Mike Kaufman <=