OSDN Git Service

Merge pull request #1762 from In-Bitcoin-We-Trust/master
[bytom/bytom.git] / README.md
index 85280a5..c8e6b08 100644 (file)
--- a/README.md
+++ b/README.md
@@ -95,8 +95,7 @@ available flags for `bytomd node`:
       --auth.disable                Disable rpc access authenticate
       --chain_id string             Select network type
   -h, --help                        help for node
-      --mining.enable               Enable mining
-      --mining.recommit_interval    Set mining pool recomit interval in seconds (default 15)
+      --mining                      Enable mining
       --p2p.dial_timeout int        Set dial timeout (default 3)
       --p2p.handshake_timeout int   Set handshake timeout (default 30)
       --p2p.laddr string            Node listen address.
@@ -108,7 +107,7 @@ available flags for `bytomd node`:
       --vault_mode                  Run in the offline enviroment
       --wallet.disable              Disable wallet
       --wallet.rescan               Rescan wallet
-      --web.closed                  Lanch web browser or not
+      --web.closed                  Launch web browser or not
       --simd.enable                 Enable the _simd_ feature to speed up the _PoW_ verification (e.g., during mining and block verification)
 ```