summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/nfsclient/src/cexphelp.c
blob: 09c73774f6917a125a431cc0c89f9721d024ed55 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/**
 * @file
 *
 * @brief CEXP Help Information
 * @ingroup libfs
 */

#if HAVE_CONFIG_H
#include "config.h"
#endif

#include <librtemsNfs.h>
#include <cexpHelp.h>
CEXP_HELP_TAB_BEGIN(rtemsNfs)
	HELP(
"Mount a remote filesystem (NFS). The mount point (must not be a NFS dir)\n"
"is created on the fly if not existing already.\n"
"uid/gid to use may be specified:\n"
"   hostspec: [uid.gid@]hostname_or_ipaddr\n"
	, int, nfsMount, (char *hostspec, char *exportdir, char *mntpoint)
		),
	HELP(
"Print all currently mounted NFS directories to open file handle.\n"
"Pass f = 0 to print to stdout\n"
	, int, nfsMountsShow, (FILE *f)
		),
CEXP_HELP_TAB_END