mirror of
https://github.com/sheumann/hush.git
synced 2024-12-31 11:31:19 +00:00
Update some descriptions
This commit is contained in:
parent
b8b8d81c24
commit
4c45e0991a
5
Config.h
5
Config.h
@ -165,7 +165,7 @@
|
||||
// enable ls -p and -F
|
||||
#define BB_FEATURE_LS_FILETYPES
|
||||
//
|
||||
// sort the file names (still a bit buggy)
|
||||
// sort the file names
|
||||
#define BB_FEATURE_LS_SORTFILES
|
||||
//
|
||||
// enable ls -R
|
||||
@ -210,7 +210,8 @@
|
||||
// Enable support for a real /etc/mtab file instead of /proc/mounts
|
||||
//#define BB_FEATURE_MOUNT_MTAB_SUPPORT
|
||||
//
|
||||
// Enable support for mounting remote NFS volumes
|
||||
// Enable support for mounting remote NFS volumes.
|
||||
// You may no -o nolock if no local portmapper is running.
|
||||
#define BB_FEATURE_NFSMOUNT
|
||||
//
|
||||
// Enable support forced filesystem unmounting
|
||||
|
Loading…
Reference in New Issue
Block a user