update API according to the Cyberiada-GraphML-1.0 standard + write to YED format

This commit is contained in:
Alexey Fedoseev
2024-03-23 20:33:10 +03:00
parent 70bf382c73
commit 1d9065022f
3 changed files with 19 additions and 19 deletions

2
test.c
View File

@@ -43,7 +43,7 @@ const char* commands[] = {
const char* command_descr[] = {
"print HSM diagram content to stdout; use -f key to set the scheme format (default - unknown)",
"convert HSM from <format-from> format to <to-format> into the file named <output-file>"
"convert HSM from <from-format> to <to-format> into the file named <output-file>"
};