#include <stdio.h>
#include <unistd.h>
#include "motr/client_internal.h"
#include "util.h"
Go to the source code of this file.
|
| static void | usage () |
| |
| int | main (int argc, char **argv) |
| |
◆ main()
| int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
◆ usage()
| static void usage |
( |
void |
| ) |
|
|
static |
◆ help_str
Initial value:= "\
\n\
Usage: %s OPTIONS libpath\n\
\n\
-e <addr> endpoint address\n\
-x <addr> ha-agent (hax) endpoint address\n\
-f <fid> process fid\n\
-p <fid> profile fid\n\
\n"
Definition at line 28 of file reglib.c.
◆ prog