From f229a03995186d54512233a284d8686563c05a09 Mon Sep 17 00:00:00 2001 From: Iain Patterson Date: Tue, 4 Feb 2014 08:01:20 +0000 Subject: [PATCH] Argument consistency. Use " ..." in the usage message to indicate that the arguments are not the literal string "args" and that there can be an arbitrary number of them. The Italian message was already like this but the English and French were not. --- messages.mc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/messages.mc b/messages.mc index acc4a22..0da67ef 100644 --- a/messages.mc +++ b/messages.mc @@ -11,7 +11,7 @@ Language = English NSSM: The non-sucking service manager Version %s %s, %s -Usage: nssm <option> [args] +Usage: nssm <option> [<args> ...] To show service installation GUI: @@ -19,7 +19,7 @@ To install a service without confirmation: - nssm install <servicename> <app> [<args>] + nssm install <servicename> <app> [<args> ...] To show service editing GUI: @@ -56,7 +56,7 @@ Language = French NSSM: Le gestionnaire de services Windows pour les professionnels! Version %s %s, %s -Syntaxe: nssm <option> [arguments] +Syntaxe: nssm <option> [<arguments> ...] Pour afficher l'écran d'installation du service: @@ -64,7 +64,7 @@ Pour installer un service sans confirmation: - nssm install <nom_du_service> <application> [<arguments>] + nssm install <nom_du_service> <application> [<arguments> ...] Pour afficher l'écran d'édition du service: