diff options
Diffstat (limited to 'umount.c')
-rw-r--r-- | umount.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ #include <fstab.h> #include <errno.h> -const char umount_usage[] = +static const char umount_usage[] = "Usage: umount filesystem\n" " or: umount directory\n" " or: umount -a" |