I updated the client from the git repository
now it says that "market" is invalid
C:\Windows\System32>C:\Python32\python.exe c:\counterpartyd_build\run.py market
usage: counterpartyd [-h] [-V] [-v] [--force] [--testnet] [--testcoin]
[--unsigned] [--data-dir DATA_DIR]
[--database-file DATABASE_FILE]
[--config-file CONFIG_FILE] [--log-file LOG_FILE]
[--bitcoind-rpc-connect BITCOIND_RPC_CONNECT]
[--bitcoind-rpc-port BITCOIND_RPC_PORT]
[--bitcoind-rpc-user BITCOIND_RPC_USER]
[--bitcoind-rpc-password BITCOIND_RPC_PASSWORD]
[--rpc-host RPC_HOST] [--rpc-port RPC_PORT]
[--rpc-user RPC_USER] [--rpc-password RPC_PASSWORD]
{server,potentials,send,order,btcpay,issuance,broadcast,bet,dividend,burn,cancel,callback,balances,asset,wallet,pending,reparse,rollback}
...
counterpartyd: error: argument action: invalid choice: 'market' (choose from 'server', 'potentials', 'send', 'order', 'btcpay', 'issuance', 'broadcast', 'bet', 'dividend', 'burn', 'cancel', 'callback', 'balances', 'asset', 'wallet', 'pending', 'reparse', 'rollback')
The market command was removed in an earlier update. For now, it's best to use blockscan in its place, as the GUIs emerge.