Lines Matching full:echo
8 echo "Usage: $0 <doc build directory>"
9 echo
10 echo "The parameter needs to point to a directory where Zephyr html"
11 echo "documentation is generated."
12 echo "Typically this is $ZEPHYR_BASE/doc/_build"
13 echo
14 echo "This script will generate a list of networking related Kconfig options"
15 echo "that are missing from prj.conf file."
22 echo "Directory $build_dir not found!"
29 echo "Kconfig documentation not found at $kconfig_dir"
42 echo "$opt"
46 echo "Total number of options : `get_options | wc -w`" > /dev/tty