Comment 12 for bug 881292

Revision history for this message
Mattias Backman (mabac) wrote :

I can't reproduce this using 2011.10, I've tried on natty with python 2,7 and lucid with python 2.6.

steludxu1184:~/junk/linaro-image-tools-2011.10> ./linaro-media-create -h
/usr/lib/pymodules/python2.6/argparse.py:1576: DeprecationWarning: The "version" argument to ArgumentParser is deprecated. Please use "add_argument(..., action='version', version="N", ...)" instead
  """instead""", DeprecationWarning)
usage: linaro-media-create [-h] [-v] (--mmc DEVICE | --image-file DEVICE)

I see that the -h output in Paul's print does not list --image-file but rather --image_file and that was the old behaviour.