putchunks: include man files and add signing info

Change-Id: I3dc8fa2c690ce0bd052734d24f33ba5cd154b3c7
diff --git a/tools/chunks/putchunks/main.cpp b/tools/chunks/putchunks/main.cpp
index f5e6a34..c92182e 100644
--- a/tools/chunks/putchunks/main.cpp
+++ b/tools/chunks/putchunks/main.cpp
@@ -63,7 +63,7 @@
                              "print Data version to the standard output")
     ("size,s",          po::value<size_t>(&opts.maxSegmentSize)->default_value(opts.maxSegmentSize),
                         "maximum chunk size, in bytes")
-    ("signing-info,S",  po::value<std::string>(&signingStr), "signing information")
+    ("signing-info,S",  po::value<std::string>(&signingStr), "see 'man ndnputchunks' for usage")
     ("quiet,q",         po::bool_switch(&opts.isQuiet), "turn off all non-error output")
     ("verbose,v",       po::bool_switch(&opts.isVerbose), "turn on verbose output (per Interest information)")
     ("version,V",       "print program version and exit")