blob: 79140d6c66353fb93bd88c1e2db20bf829de9d98 [file] [log] [blame]
hilata6ee6e072014-04-20 17:10:18 -05001nfdc
2====
3
Junxiao Shi15902ef2017-08-11 22:58:35 +00004SYNOPSIS
hilata6ee6e072014-04-20 17:10:18 -05005--------
Junxiao Shi15902ef2017-08-11 22:58:35 +00006| nfdc COMMAND ARGUMENTS
7| nfdc [-h]
8| nfdc -V
9| nfdc help COMMAND
hilata6ee6e072014-04-20 17:10:18 -050010
Junxiao Shi15902ef2017-08-11 22:58:35 +000011DESCRIPTION
12-----------
13**nfdc** is a tool to manage a running instance of NFD.
hilata6ee6e072014-04-20 17:10:18 -050014
Junxiao Shi15902ef2017-08-11 22:58:35 +000015Features of nfdc are organized into subcommands.
16To print a list of all subcommands, run **nfdc** without arguments.
17To show how to use a subcommand, run **nfdc help** followed by the subcommand name.
18
19OPTIONS
20-------
21<COMMAND>
22 A subcommand name.
23 It usually contains a noun and a verb.
24
25<ARGUMENTS>
26 Arguments to the subcommand.
27
28-h
29 Print a list of available subcommands.
30
31-V
32 Print version number.
33
34EXAMPLES
35--------
36Print a list of all subcommands:
hilata6ee6e072014-04-20 17:10:18 -050037::
38
Junxiao Shi15902ef2017-08-11 22:58:35 +000039 $ nfdc
hilata6ee6e072014-04-20 17:10:18 -050040
Junxiao Shi15902ef2017-08-11 22:58:35 +000041Show how to use ``nfdc face create`` command:
hilata6ee6e072014-04-20 17:10:18 -050042::
43
Junxiao Shi15902ef2017-08-11 22:58:35 +000044 $ nfdc help face create
45
46SEE ALSO
47--------
Junxiao Shi3160a3f2018-01-09 21:25:15 +000048nfdc-status(1), nfdc-face(1), nfdc-route(1), nfdc-cs(1), nfdc-strategy(1)