misc: Update wording

Some minor changes here that don't affect anything.
This commit is contained in:
Donovan Glover 2018-11-27 19:00:11 -05:00
parent a894674c64
commit d1d30591fd
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
3 changed files with 4 additions and 2 deletions

View File

@ -21,7 +21,7 @@ ns_stow_package =
test -d ${package} && \
(stow -${1} ${package} ${NS_STOW_OPTIONS} && \
echo ${NS_SUCCESS}) || \
echo "FAILURE: Not a valid target directory."
echo "FAILURE: Not a valid package directory."
ns_stow_all = \
echo "STATUS: No package variable given. Performing stow operation on all directories..."; \

View File

@ -1,6 +1,6 @@
# Git
- [Git][git] is the standard version control tool.
[Git][git] is the standard version control tool.
# Use Cases

View File

@ -9,3 +9,5 @@ default-cache-ttl 43200
# Invalidate the cache entry after 12 hours have passed
max-cache-ttl 43200
# vim:ft=dosini