Skip to content
Snippets Groups Projects
Commit d2272721 authored by garciadeblas's avatar garciadeblas
Browse files

Fix number of args in tools/patch_module.sh


Change-Id: I697651c89842e9fd21bd237036e3b2f4e531063b
Signed-off-by: default avatargarciadeblas <gerardo.garciadeblas@telefonica.com>
parent 52baa8ba
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@
# limitations under the License.
#######################################################################################
if [ $# -ne 3 ]; then
if [ $# -ne 2 ]; then
echo "Usage $0 <module> <tag_number>"
echo "Example: $0 ro 2"
echo "Example: $0 lcm 5"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment