extract-files: Error if path isn't specified

* ADB shouldn't be an option
* It's super annoying when you forget to use -p

Change-Id: Ie2c8819b10377109b7c49e52f1cb25f4289be372
Signed-off-by: Paul Keith <javelinanddart@bestas.gr>
这个提交包含在:
Paul Keith
2017-05-02 14:00:06 -05:00
父节点 bbc653b31e
当前提交 b44476b518

查看文件

@@ -46,8 +46,8 @@ while [ "$1" != "" ]; do
done
if [ -z "$SRC" ]; then
echo "Warning, path to system dump not specified, pulling from adb"
SRC=adb
echo "Path to system dump not specified! Specify one with --path"
exit 1
fi
if [ -z "$TARGET" ]; then