Skip to content

Commit

Permalink
not consistent with case for variables in help messages
Browse files Browse the repository at this point in the history
  • Loading branch information
phyver committed Dec 10, 2024
1 parent 5ebd8d8 commit d0963a7
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions i18n/gameshell-full-help/en.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Commands specific to GameShell
==============================

gsh assert condition [msg]
gsh assert condition [MSG]
check if the condition is true
if not, display an error message

gsh assert check true/false [msg]
gsh assert check true/false [MSG]
check the current mission's goal has been achieved
if the result doesn't coincide with the expected result, display
an error message
Expand All @@ -27,7 +27,7 @@ gsh goal [N]
show the current mission's goal
if N is given, show the goal for mission N

gsh goto N (ADMIN)
gsh goto [N] (ADMIN)
directly go to mission N
(no password necessary if N is a previous mission)

Expand Down
6 changes: 3 additions & 3 deletions i18n/gameshell-full-help/fr.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Commandes propres à GameShell
=============================

gsh assert condition [msg]
gsh assert condition [MSG]
vérifie si la condition est vraie,
sinon, affiche un message d'erreur

gsh assert_check true/false [msg]
gsh assert_check true/false [MSG]
vérifie si l'objectif de la mission en cours est atteint
si le résultat ne correspond pas au résultat attendu, affiche un
message d'erreur
Expand All @@ -26,7 +26,7 @@ gsh goal [N]
affiche l'objectif de la mission en cours
si N est donné, affiche l'objectif de la mission N

gsh goto N (ADMIN)
gsh goto [N] (ADMIN)
passe directement à la mission N
(le mot de passe n'est pas nécessaire si N est une mission
précédente)
Expand Down
6 changes: 3 additions & 3 deletions i18n/gameshell-full-help/it.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Comandi specifici di GameShell
==============================

gsh assert condition [msg]
gsh assert condition [MSG]
verifica se la condizione è vera
altrimenti mostra un messaggio di errore

gsh assert check true/false [msg]
gsh assert check true/false [MSG]
verifica se gli obiettivi della missione corrente sono stati raggiunti
se il risultato non coincide con quello aspettato mostra un messaggio
di errore
Expand All @@ -29,7 +29,7 @@ gsh goal [N]
mostra gli obiettivi della missione
se N è fornito, mostra gli obiettivi della missione N

gsh goto N (ADMIN)
gsh goto [N] (ADMIN)
vai direttamente alla missione N
(nessuna password necessaria se N è la precedente)

Expand Down
4 changes: 2 additions & 2 deletions i18n/gameshell-help/en.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ gsh exit / Control-d
(you can start from the current mission by running
GameShell with the "-C" flag)

gsh goal [n]
gsh goal [N]
show the current mission's goal
if n is given, show the goal for mission n
if n is given, show the goal for mission N

gsh help
shorter help message
Expand Down

0 comments on commit d0963a7

Please sign in to comment.