I am following this link to make private Ethereum Chain.But running
geth --identity "Prashant" --genesis CustomGenesis.json --rpc --rpcport "8000" --rpccorsdomain "*" --datadir "chaindata" --port "30303" --nodiscover --ipcapi "admin,db,eth,debug,miner,net,shh,txpool,personal,web3" --rpcapi "db,eth,net,web3" --autodag --networkid 1900 --nat "any" console
gives Incorrect Usage.
I am using stable version of geth 1.4.10.
What's the possible reasons for the issue?