6397024 nfs umount command has incorrect usage message Summary: All comments in bug apply. Patch: http://icculus.org/~eviltypeguy/6397024.patch Solution: The solution was to change the usage message to indicate the correct option argument. Additional changes were made to the program to ensure that the output of "dmake lint" was as expected; this also required changes to librpcsvc. Testing: The new umount binary was tested on a SXCE build 70 system by using dmake to build it as an individual component from the ON source tree after performing a "nightly" build. As the bug described, -o is an invalid option for this program, and -f is the correct one which forces an unmount. The change to the usage text matched my expectations. The program appeared to work as expected both before and after the original patch.