blob: 17824b8d1e4b591ddbadbd63035716e110c9d36b [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--------
Junxiao Shi0e13e1e2018-01-22 08:29:12 +000036nfdc
37 List all subcommands.
hilata6ee6e072014-04-20 17:10:18 -050038
Junxiao Shi0e13e1e2018-01-22 08:29:12 +000039nfdc help face create
40 Show how to use the ``nfdc face create`` subcommand.
Junxiao Shi15902ef2017-08-11 22:58:35 +000041
42SEE ALSO
43--------
Junxiao Shi3160a3f2018-01-09 21:25:15 +000044nfdc-status(1), nfdc-face(1), nfdc-route(1), nfdc-cs(1), nfdc-strategy(1)