diff --git a/cmd/ipfs/init.go b/cmd/ipfs/init.go
index fb506454c9e26e9c1bd51d3ff76a4e934097e030..56085442619ac19c5f39fa78db5a4ce319f31937 100644
--- a/cmd/ipfs/init.go
+++ b/cmd/ipfs/init.go
@@ -27,7 +27,7 @@ var initCmd = &cmds.Command{
 	},
 
 	Options: []cmds.Option{
-		cmds.IntOption("bits", "b", "Number of bits to use in the generated RSA private key (defaults to 4096)"),
+		cmds.IntOption("bits", "b", fmt.Sprintf("Number of bits to use in the generated RSA private key (defaults to %d)", nBitsForKeypairDefault)),
 		cmds.BoolOption("force", "f", "Overwrite existing config (if it exists)"),
 
 		// TODO need to decide whether to expose the override as a file or a