summaryrefslogtreecommitdiffstats
path: root/build_tools/bin/update_db_repo.sh
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2009-03-15 00:05:52 (GMT)
committerJames Meyer <james.meyer@operamail.com>2009-03-15 00:05:52 (GMT)
commit9a3eeb982ec74c4ac47e65ca4d975781b04fe4a8 (patch)
treeabb2b2d60b28f843b19f86341ce68b25861d3d0d /build_tools/bin/update_db_repo.sh
parentbcfec605e5737023d0a0a8f4a8deaf4f402c16d3 (diff)
downloadlinhes_dev-9a3eeb982ec74c4ac47e65ca4d975781b04fe4a8.zip
Change the example to be a command that works.
Diffstat (limited to 'build_tools/bin/update_db_repo.sh')
-rwxr-xr-xbuild_tools/bin/update_db_repo.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_tools/bin/update_db_repo.sh b/build_tools/bin/update_db_repo.sh
index c4d38cf..b95ab7c 100755
--- a/build_tools/bin/update_db_repo.sh
+++ b/build_tools/bin/update_db_repo.sh
@@ -6,7 +6,7 @@ if [ $# -ne 2 ]
then
echo "incorrect number of args"
echo "update_db_repo directory repo"
- echo "EX: update_db_repo /data/local/pkg_repo/i686/core-testing core-testing"
+ echo "EX: update_db_repo /data/pkg_repo/i686/core-testing core-testing"
exit 1
fi