diff --git a/lib/varstash b/lib/varstash index 7da077e..94c063d 100644 --- a/lib/varstash +++ b/lib/varstash @@ -34,7 +34,7 @@ # autostash PATH # export PATH=/something/else # -# You may also do both operations on line line, leaving only the very succinct +# You may also do both operations in one line, resulting in the very succinct # # autostash PATH=/something/else # @@ -55,7 +55,6 @@ # ################################################################################ - function stash() { if [[ $1 == "-f" ]]; then local force=1; shift