diff --git a/README.md b/README.md
index cb6d69e09ad7aab6c7676b2aae8c310539d286b4..4bcb16e65426f8ddae9c232d89e6de664a9b86dc 100644
--- a/README.md
+++ b/README.md
@@ -161,6 +161,7 @@ Flags:
       --delete-channel            Delete the channel information for the corresponding recipient ID
       --destfile string           Read this contact file for the destination id
   -d, --destid string             ID to send message to (if below 40, will be precanned. Use '0x' or 'b64:' for hex and base64 representations) (default "0")
+      --download-ndf string       Downloads and verifies a signed NDF from a specified environment. Accepted environment flags include mainnet, release, testnet, and dev
       --e2eMaxKeys uint           Max keys used before blocking until a rekey completes (default 800)
       --e2eMinKeys uint           Minimum number of keys used before requesting rekey (default 500)
       --e2eNumReKeys uint         Number of rekeys reserved for rekey operations (default 16)
diff --git a/cmd/root.go b/cmd/root.go
index 97d12f43ef52751d6428b702772518cf08a0a8e4..0491241f5ce4f39cc205eb8e1f559be3201096b9 100644
--- a/cmd/root.go
+++ b/cmd/root.go
@@ -119,7 +119,7 @@ ctzvAcXjhXm6ESRVVD/iZvkW5MP2mkgbDpW3RP9souK5JzbcpC7i3hEcAqPSPgzL
 tlqu6u77fbF9yaHtq7dvYxH1WioIUxMqbIC1CNgGC1Y/LhzgLRKPSTBCrbQyTcGc
 0b5cTzVKxdP6v6WOAXVOEkXTcBPZ4nEZxY0=
 -----END CERTIFICATE-----`
-	devCert     = `-----BEGIN CERTIFICATE-----
+	devCert = `-----BEGIN CERTIFICATE-----
 MIIF4DCCA8igAwIBAgIUegUvihtQooWNIzsNqj6lucXn6g8wDQYJKoZIhvcNAQEL
 BQAwgYwxCzAJBgNVBAYTAlVTMQswCQYDVQQIDAJDQTESMBAGA1UEBwwJQ2xhcmVt
 b250MRAwDgYDVQQKDAdFbGl4eGlyMRQwEgYDVQQLDAtEZXZlbG9wbWVudDETMBEG
@@ -156,7 +156,6 @@ EnretBzQkeKeBwoB2u6NTiOmUjk=
 	testNetCert = ``
 )
 
-
 // Execute adds all child commands to the root command and sets flags
 // appropriately.  This is called by main.main(). It only needs to
 // happen once to the rootCmd.