ctr currently silently ignores several flags by default (without --local) and the user can't know which flags are supported until they see the code. This commit fixes ctr to return an explicit error when it finds an unsupported flag. Signed-off-by: Kohei Tokunaga <ktokunaga.mail@gmail.com>