better doc for faiserver-disable
authorIan Kelling <ian@iankelling.org>
Sat, 8 Apr 2017 23:45:42 +0000 (16:45 -0700)
committerIan Kelling <ian@iankelling.org>
Sat, 8 Apr 2017 23:45:42 +0000 (16:45 -0700)
README
faiserver-disable

diff --git a/README b/README
index af4c0ba2ec401a8cf26eae8dc18bdf8bba07aa34..b18de94c35ee4c77af7bab71f84de7b0aaa13b55 100644 (file)
--- a/README
+++ b/README
@@ -75,6 +75,7 @@ chboot # Set grub to boot into a different distro (installed earlier)
 install-chboot # reinstall chboot to /boot subvols, for chboot updates.
 eboot # reboot without automatic disk decryption
 fai-wrapper # use fai classes outside of fai. sourced, not called.
+faiserver-disable # Disable the fai nfs server exports
 fresize # resize swap or boot partitions in a host
 
 
index 93819cc581c40a39b2f17e084ffad9ea16df132a..a0328d720e0b539ec40028e2723c7983acb04202 100644 (file)
@@ -6,7 +6,7 @@ trap 'echo "$0:$LINENO:error: \"$BASH_COMMAND\" returned $?" >&2' ERR
 usage() {
     cat <<EOF
 Usage: ${0##*/}
-Disable the fai nfs server.
+Disable the fai nfs server exports
 EOF
     exit $1
 }