move help text from include/usage.src.h to coreutils/*.c
Signed-off-by: Pere Orga <gotrunks@gmail.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
committed by
Denys Vlasenko
parent
e3d8d077b7
commit
34425389e0
@@ -10,6 +10,16 @@
|
||||
/* BB_AUDIT SUSv3 compliant */
|
||||
/* http://www.opengroup.org/onlinepubs/007904975/utilities/mkfifo.html */
|
||||
|
||||
//usage:#define mkfifo_trivial_usage
|
||||
//usage: "[-m MODE] " IF_SELINUX("[-Z] ") "NAME"
|
||||
//usage:#define mkfifo_full_usage "\n\n"
|
||||
//usage: "Create named pipe\n"
|
||||
//usage: "\nOptions:"
|
||||
//usage: "\n -m MODE Mode (default a=rw)"
|
||||
//usage: IF_SELINUX(
|
||||
//usage: "\n -Z Set security context"
|
||||
//usage: )
|
||||
|
||||
#include "libbb.h"
|
||||
#include "libcoreutils/coreutils.h"
|
||||
|
||||
|
Reference in New Issue
Block a user