diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/bitbake-prserv-tool | 4 |
1 files changed, 2 insertions, 2 deletions
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 () | |||
5 | base=`basename $0` | 5 | base=`basename $0` |
6 | echo -e "Usage: $base command" | 6 | echo -e "Usage: $base command" |
7 | echo "Avaliable commands:" | 7 | echo "Avaliable commands:" |
8 | echo -e "\texport <file>: export and lock down the AUTOPR values from the PR service into a file for release." | 8 | echo -e "\texport <file.conf>: export and lock down the AUTOPR values from the PR service into a file for release." |
9 | echo -e "\timport <file>: import the AUTOPR values from the exported file into the PR service." | 9 | echo -e "\timport <file.conf>: import the AUTOPR values from the exported file into the PR service." |
10 | } | 10 | } |
11 | 11 | ||
12 | clean_cache() | 12 | clean_cache() |