aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2019-01-27 03:22:43 +0300
committerValentin Popov <info@valentineus.link>2019-01-27 03:22:43 +0300
commitda51a838e738d1da5bd91c03876c072c64b1b26e (patch)
treef5fdd44f2f817cfaa079c25e29e73095525804b2
parentf152443ba238af853715c2860801ffa353ac54a3 (diff)
downloadbbb2json-da51a838e738d1da5bd91c03876c072c64b1b26e.tar.xz
bbb2json-da51a838e738d1da5bd91c03876c072c64b1b26e.zip
Sun, 27 Jan 2019 04:22:43 +0400
Signed-off-by: Valentin Popov <info@valentineus.link>
-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