diff --git a/scripts/bitbake-prserv-tool b/scripts/bitbake-prserv-tool index 96a34702c9..28c2416bfe 100755 --- a/scripts/bitbake-prserv-tool +++ b/scripts/bitbake-prserv-tool @@ -5,8 +5,8 @@ help () base=`basename $0` echo -e "Usage: $base command" echo "Avaliable commands:" - echo -e "\texport : export and lock down the AUTOPR values from the PR service into a file for release." - echo -e "\timport : import the AUTOPR values from the exported file into the PR service." + echo -e "\texport : export and lock down the AUTOPR values from the PR service into a file for release." + echo -e "\timport : import the AUTOPR values from the exported file into the PR service." } clean_cache()