After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 761088 - gnome-maps prints wrong usage info
gnome-maps prints wrong usage info
Status: RESOLVED FIXED
Product: gnome-maps
Classification: Applications
Component: general
3.18.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-maps-maint
gnome-maps-maint
Depends on:
Blocks:
 
 
Reported: 2016-01-25 15:11 UTC by goddard
Modified: 2016-01-29 16:18 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
application: Set program name to gnome-maps (872 bytes, patch)
2016-01-25 16:18 UTC, Jonas Danielsson
rejected Details | Review

Description goddard 2016-01-25 15:11:47 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:
Comment 1 Jonas Danielsson 2016-01-25 16:18:02 UTC
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.
Comment 2 Jonas Danielsson 2016-01-25 16:18:33 UTC
Thanks!

After this patch:
$ gnome-maps --help
Användning:
  gnome-maps [FLAGGA…]
Comment 3 Mattias Bengtsson 2016-01-26 23:45:20 UTC
Review of attachment 319690 [details] [review]:

ACK!
Comment 4 goddard 2016-01-29 14:28:27 UTC
Awesome, thanks :)
Comment 5 Jonas Danielsson 2016-01-29 16:17:47 UTC
Review of attachment 319690 [details] [review]:

pushed