Merge lp:~gothicx/apport/fix_help_command into lp:~apport-hackers/apport/trunk

Proposed by Marco Rodrigues
Status: Merged
Merged at revision: not available
Proposed branch: lp:~gothicx/apport/fix_help_command
Merge into: lp:~apport-hackers/apport/trunk
Diff against target: 12 lines
1 file modified
bin/apport-bug (+1/-1)
To merge this branch: bzr merge lp:~gothicx/apport/fix_help_command
Reviewer Review Type Date Requested Status
Apport upstream developers Pending
Review via email: mp+12852@code.launchpad.net
To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'bin/apport-bug'
2--- bin/apport-bug 2009-09-08 11:19:15 +0000
3+++ bin/apport-bug 2009-10-04 21:50:22 +0000
4@@ -40,7 +40,7 @@
5
6 find_programs
7
8-if [ "$#" -gt 1 ] || [ "$1" = "--help" ]; then
9+if [ "$#" -gt 1 ] || [ "$1" = "-h" ] || [ "$1" = "--help" ]; then
10 echo "Usage: $0 <pid>|<symptom name>|<package name>|<program path>|<.crash file>" >&2
11 exit 1
12 fi

Subscribers

People subscribed via source and target branches