diff --git a/lineage-push/README.md b/lineage-push/README.md index 966716d..14e5f70 100644 --- a/lineage-push/README.md +++ b/lineage-push/README.md @@ -1,22 +1,30 @@ # LineageOS Push Script +``` +usage: lineage-push.py [-h] [-d] [-e] [-f] [-l LABEL] [-m] [-r REF] [-s] + [-t TOPIC] + branch + Pushes a local git repository's changes to Gerrit for code review +positional arguments: + branch upload change to branch + +optional arguments: + -h, --help show this help message and exit + -d, --draft upload change as draft + -e, --edit upload change as edit + -f, --force force push + -l LABEL, --label LABEL + assign label + -m, --merge bypass review and merge + -r REF, --ref REF push to specified ref + -s, --submit submit change + -t TOPIC, --topic TOPIC + append topic to change ``` -Usage: - ./lineage-push.sh [options] branch - - Options: - -d Upload change as draft. - -e Update change as edit. - -f Force push. - -l