mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 02:52:24 +00:00
changed help to conform to the binary name. -- noch
This commit is contained in:
parent
04760174fb
commit
fd27239b2d
1 changed files with 2 additions and 2 deletions
|
|
@ -334,7 +334,7 @@ BEGIN
|
||||||
ParseCmdLine(bText, oldNotifier);
|
ParseCmdLine(bText, oldNotifier);
|
||||||
IF bText = NIL THEN
|
IF bText = NIL THEN
|
||||||
(*Out.String("Usage: Beautifier.Format * | ^ | Filename.Mod"); Out.Ln*)
|
(*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
|
ELSE
|
||||||
(*GetFontsFromText(bText, expNamFnt, cmtFnt);
|
(*GetFontsFromText(bText, expNamFnt, cmtFnt);
|
||||||
FoldElems.ExpandAll(bText, 0, TRUE);
|
FoldElems.ExpandAll(bText, 0, TRUE);
|
||||||
|
|
@ -693,7 +693,7 @@ BEGIN
|
||||||
ParseCmdLine(bText, oldNotifier);
|
ParseCmdLine(bText, oldNotifier);
|
||||||
IF bText = NIL THEN
|
IF bText = NIL THEN
|
||||||
(*Out.String("Usage: Beautifier.SpaceOps * | ^ | Filename.Mod"); Out.Ln*)
|
(*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
|
ELSE
|
||||||
(*GetFontsFromText(bText, expNamFnt, cmtFnt);
|
(*GetFontsFromText(bText, expNamFnt, cmtFnt);
|
||||||
FoldElems.ExpandAll(bText, 0, TRUE);
|
FoldElems.ExpandAll(bText, 0, TRUE);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue