GNOME Bugzilla – Bug 761088
gnome-maps prints wrong usage info
Last modified: 2016-01-29 16:18:00 UTC
Description of problem: gnome-maps prints wrong usage info Version-Release number of selected component (if applicable): 3.18.2 How reproducible: Always Steps to Reproduce: 1. execute gnome-maps --help 2. execute org.gnome.Maps 3. Actual results: Usage: org.gnome.Maps [OPTION...] bash: org.gnome.Maps: command not found... Expected results: Usage: gnome-maps [OPTION...] clean execution Additional info:
Created attachment 319690 [details] [review] application: Set program name to gnome-maps This will make the command... gnome-maps --help ... report the correct name in usage output.
Thanks! After this patch: $ gnome-maps --help Användning: gnome-maps [FLAGGA…]
Review of attachment 319690 [details] [review]: ACK!
Awesome, thanks :)
Review of attachment 319690 [details] [review]: pushed