Merge ~hsbasu/ubuntu-release-upgrader:add-frontend-names into ubuntu-release-upgrader:ubuntu/main

Proposed by Himadri Sekhar Basu
Status: Needs review
Proposed branch: ~hsbasu/ubuntu-release-upgrader:add-frontend-names
Merge into: ubuntu-release-upgrader:ubuntu/main
Diff against target: 15 lines (+3/-1)
1 file modified
do-release-upgrade (+3/-1)
Reviewer Review Type Date Requested Status
Ubuntu Core Development Team Pending
Review via email: mp+461674@code.launchpad.net

Commit message

Add frontend names to the help message

Description of the change

Adds frontend names to the help message. Now, the help message does not include the frontend names, which is confusing when user wants to run the app from terminal for manual upgrade.

To post a comment you must log in.

Unmerged commits

3fd3887... by Himadri Sekhar Basu

Add frontend names to the help message

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/do-release-upgrade b/do-release-upgrade
2index 4bc4f11..f662daf 100755
3--- a/do-release-upgrade
4+++ b/do-release-upgrade
5@@ -97,7 +97,9 @@ if __name__ == "__main__":
6 "systems are supported."))
7 parser.add_option ("-f", "--frontend", default="DistUpgradeViewText",
8 dest="frontend",
9- help=_("Run the specified frontend"))
10+ help=_("Run the specified frontend.\n"
11+ "Availavle frontends: 'DistUpgradeViewGtk3' for GTK "
12+ "and 'DistUpgradeViewKDE' for KDE."))
13 parser.add_option ("-c", "--check-dist-upgrade-only", action="store_true",
14 default=check_only,
15 help=_("Check only if a new distribution release is "

Subscribers

People subscribed via source and target branches