Code review comment for lp://qastaging/~dpigott/lava-master-image-scripts/add-master-rootfs-size-option

Revision history for this message
Zygmunt Krynicki (zyga) wrote :

+ echo "Usage: lava-create-master [--rebuild-vanilla] [--verbose] (--help | --version | DEVICE) [ --output|-o IMAGE] [ --master-rootfs-size|-m SIZE] [--test-rootfs-size|-r|rootfs-size SIZE] [--userdata-size|-u SIZE]"

You probably wanted --rootfs-size there for consistency, also, moving -r to be the last item of the alternative set would be consistent with the rest

« Back to merge proposal