Fix typos and thinkos in docs
Updates for the new major features and some clarification
Partial-Bug: #1235626
Change-Id: If2da63e62a14894e498b4163b5052d9b2b2069ed
diff --git a/stack.sh b/stack.sh
index aa0efea..b3380a8 100755
--- a/stack.sh
+++ b/stack.sh
@@ -53,7 +53,7 @@
if [[ -r $TOP_DIR/localrc ]]; then
warn $LINENO "localrc and local.conf:[[local]] both exist, using localrc"
else
- echo "# Generated file, do not exit" >$TOP_DIR/.localrc.auto
+ echo "# Generated file, do not edit" >$TOP_DIR/.localrc.auto
get_meta_section $TOP_DIR/local.conf local $lfile >>$TOP_DIR/.localrc.auto
fi
fi