Skip to content

Commit 18da297

Browse files
committed
Маленькие изменения
1 parent eeb2f85 commit 18da297

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

App/cominf/draw.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"description":"<font color=\"green\">NAME</font> <br> <div style=\"margin-left: 2em;\"> <b>DRAW</b> - vizualize the selected graph </div> <br> <font color=\"green\">SYNOPSIS</font> <br> <div style=\"margin-left: 2em;\"> <b>DRAW</b> -h </div> <div style=\"margin-left: 2em;\"> <b>DRAW</b> <i>graphname</i> </div> <br> <font color=\"green\">DESCRIPTION</font> <br> <div style=\"margin-left: 2em;\"> <b>DRAW</b> paints the selected graph using Fruchterman-Reingold algorithm </div> <br> <font color=\"green\">COMMAND-LINE OPTIONS</font> <br> <div style=\"margin-left: 2em;\"> <i>-h, --help</i> - option that shows this text. </div> <br> ","name":"draw","options":[{"-h":"--help"}]}
1+
{"description":"<font color=\"green\">NAME</font> <br> <div style=\"margin-left: 2em;\"> <b>DRAW</b> - vizualize the selected graph </div> <br> <font color=\"green\">SYNOPSIS</font> <br> <div style=\"margin-left: 2em;\"> <b>DRAW</b> -h </div> <div style=\"margin-left: 2em;\"> <b>DRAW</b> <i>graphname</i> </div> <br> <font color=\"green\">DESCRIPTION</font> <br> <div style=\"margin-left: 2em;\"> <b>DRAW</b> paints the selected graph using Fruchterman-Reingold algorithm </div> <br> <font color=\"green\">COMMAND-LINE OPTIONS</font> <br> <div style=\"margin-left: 2em;\"> <i>-h, --help</i> - option that shows this text. <br> <i>-c, --clear</i> - <b>FUTURE</b> clear the canvas against graph <font color=\"red\">(FUTURE)</font>. <br> <i>-d, --default</i> - reset graph displacements and size <font color=\"red\">(FUTURE)</font>. <br> </div> <br> ","name":"draw","options":[{"-h":"--help"}]}

App/cominf/help/draw.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,10 @@
2323
<br>
2424
<div style="margin-left: 2em;">
2525
<i>-h, --help</i> - option that shows this text.
26+
<br>
27+
<i>-c, --clear</i> - clear the canvas against graph <font color="red">(FUTURE)</font>.
28+
<br>
29+
<i>-d, --default</i> - reset graph displacements and size <font color="red">(FUTURE)</font>.
30+
<br>
2631
</div>
2732
<br>

0 commit comments

Comments
 (0)