From 2d108684520bed8062a45f56cb539022bf88e409 Mon Sep 17 00:00:00 2001 From: Leo Fang Date: Mon, 10 Aug 2020 20:01:55 +0800 Subject: [PATCH] fix for README Signed-off-by: Leo Fang --- README.en.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.en.md b/README.en.md index 55b6fb91..5c77e5a8 100644 --- a/README.en.md +++ b/README.en.md @@ -74,7 +74,7 @@ DONE! than you can create a Pull Request. ep: python3 simple-update-root.py snappy openEuler-20.03-LTS -fc -d -s -n 1.8.1 multi-packages in a repo auto-upgrade: python3 simple-update-root.py -u repo repo_name branch_name - ep: python3 simple-update-root.py -u repo src_openEuler master + ep: python3 simple-update-root.py -u repo src-openeuler master ##### 2. oa_upgradable.py display all tags of target package: python3 oa_upgradable.py pkg_name diff --git a/README.md b/README.md index 19376e5b..82c2d70f 100644 --- a/README.md +++ b/README.md @@ -163,7 +163,7 @@ tag中版本的间隔符,如果 tag是 v1_0_1,然后配置separator 为"_" ep: python3 simple-update-root.py snappy openEuler-20.03-LTS -fc -d -s -n 1.8.1 multi-packages in a repo auto-upgrade: python3 simple-update-root.py -u repo repo_name branch_name - ep: python3 simple-update-root.py -u repo src_openEuler master + ep: python3 simple-update-root.py -u repo src-openeuler master ##### b. oa_upgradable.py display all tags of target package: python3 oa_upgradable.py pkg_name -- GitLab