mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
Change space to tab and help to ---help--- in Kconfig files.
This commit is contained in:
+4
-4
@@ -6,9 +6,9 @@
|
||||
if !DISABLE_MQUEUE
|
||||
|
||||
config FS_MQUEUE_MPATH
|
||||
string "Path to message queuee"
|
||||
default "/var/mqueue"
|
||||
---help---
|
||||
The path to where POSIX message queues will exist in the VFS namespace.
|
||||
string "Path to message queuee"
|
||||
default "/var/mqueue"
|
||||
---help---
|
||||
The path to where POSIX message queues will exist in the VFS namespace.
|
||||
|
||||
endif # !DISABLE_MQUEUE
|
||||
|
||||
Reference in New Issue
Block a user