aboutsummaryrefslogtreecommitdiff
path: root/netfs
diff options
context:
space:
mode:
Diffstat (limited to 'netfs')
-rwxr-xr-xnetfs2
1 files changed, 1 insertions, 1 deletions
diff --git a/netfs b/netfs
index 105d96f..6a490fc 100755
--- a/netfs
+++ b/netfs
@@ -15,7 +15,7 @@ case "$1" in
fi
;;
stop)
- stat_busy "Unmounting network filesystems"
+ stat_busy "Unmounting Network Filesystems"
umount -a -t nfs,smbfs,codafs,cifs,shfs,fuse
if [ $? -gt 0 ]; then
stat_fail