changed help to conform to the binary name. -- noch

This commit is contained in:
norayr 2016-12-07 19:47:51 +04:00
parent 04760174fb
commit fd27239b2d

View file

@ -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);