We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b755544 + 6ec927b commit 002eff2Copy full SHA for 002eff2
1 file changed
linodecli/plugins/image-upload.py
@@ -74,7 +74,9 @@ def call(args, context):
74
parser.add_argument("--description", metavar="DESC", nargs="?",
75
help="A description for this Image. Blank if omitted.")
76
parser.add_argument("file", metavar="FILE",
77
- help="The image file to upload.")
+ help="The image file to upload. Should be a raw disk image "
78
+ "compressed with gzip, in .img.gz format. We recommend "
79
+ "using unpartitioned images with an ext3 or ext4 filesystem.")
80
81
parsed = parser.parse_args(args)
82
0 commit comments