aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/cli/en.yml10
-rw-r--r--src/cli/ru.yml10
2 files changed, 10 insertions, 10 deletions
diff --git a/src/cli/en.yml b/src/cli/en.yml
new file mode 100644
index 0000000..1d67d05
--- /dev/null
+++ b/src/cli/en.yml
@@ -0,0 +1,10 @@
+name: "bbb2json"
+version: "0.0.1"
+author: "Valentin Popov <info@valentineus.link>"
+about: "BigBlueButton records analyzer. Displays basic recording information."
+
+args:
+ - FILE:
+ help: "The path to a file 'events.xml'."
+ index: 1
+ required: true \ No newline at end of file
diff --git a/src/cli/ru.yml b/src/cli/ru.yml
deleted file mode 100644
index aedf33e..0000000
--- a/src/cli/ru.yml
+++ /dev/null
@@ -1,10 +0,0 @@
-name: "bbb2json"
-version: "0.0.1"
-author: "Valentin Popov <info@valentineus.link>"
-about: "Анализатор записей BigBlueButton."
-
-args:
- - FILE:
- help: "Путь к анализируемому файлу"
- index: 1
- required: true \ No newline at end of file