]> Cypherpunks.ru repositories - nncp.git/blobdiff - src/cypherpunks.ru/nncp/cmd/nncp-newcfg/main.go
Rename nncp-newnode to nncp-newcfg for convenience and short name
[nncp.git] / src / cypherpunks.ru / nncp / cmd / nncp-newcfg / main.go
similarity index 93%
rename from src/cypherpunks.ru/nncp/cmd/nncp-newnode/main.go
rename to src/cypherpunks.ru/nncp/cmd/nncp-newcfg/main.go
index 080160bb4581b866f3eac0b9225383636b02119a..cd36aa9023a97fe676175513f3fed1e165498265 100644 (file)
@@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-// Generate new NNCP node keys
+// Generate new NNCP node keys and configuration file
 package main
 
 import (
@@ -30,7 +30,7 @@ import (
 
 func usage() {
        fmt.Fprintf(os.Stderr, nncp.UsageHeader())
-       fmt.Fprintln(os.Stderr, "nncp-newnode -- generate new node keys\nOptions:")
+       fmt.Fprintln(os.Stderr, "nncp-newcfg -- generate new configuration and keys\nOptions:")
        flag.PrintDefaults()
 }