From fd27239b2d10bec24536b5288126ee65a1184851 Mon Sep 17 00:00:00 2001 From: norayr Date: Wed, 7 Dec 2016 19:47:51 +0400 Subject: [PATCH] changed help to conform to the binary name. -- noch --- src/tools/beautifier/vbeautify.Mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tools/beautifier/vbeautify.Mod b/src/tools/beautifier/vbeautify.Mod index 6480dbcf..ef38edba 100644 --- a/src/tools/beautifier/vbeautify.Mod +++ b/src/tools/beautifier/vbeautify.Mod @@ -334,7 +334,7 @@ BEGIN ParseCmdLine(bText, oldNotifier); IF bText = NIL THEN (*Out.String("Usage: Beautifier.Format * | ^ | Filename.Mod"); Out.Ln*) - Out.String("Usage: beautifier Filename.Mod"); Out.Ln + Out.String("Usage: vbeautify Filename.Mod"); Out.Ln ELSE (*GetFontsFromText(bText, expNamFnt, cmtFnt); FoldElems.ExpandAll(bText, 0, TRUE); @@ -693,7 +693,7 @@ BEGIN ParseCmdLine(bText, oldNotifier); IF bText = NIL THEN (*Out.String("Usage: Beautifier.SpaceOps * | ^ | Filename.Mod"); Out.Ln*) - Out.String("Usage: Beautifier Filename.Mod"); Out.Ln + Out.String("Usage: vbeautify Filename.Mod"); Out.Ln ELSE (*GetFontsFromText(bText, expNamFnt, cmtFnt); FoldElems.ExpandAll(bText, 0, TRUE);