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

Proposed by Marco Rodrigues
Status: Merged
Merged at revision: not available
Proposed branch: lp:~gothicx/apport/remove_online_word
Merge into: lp:~apport-hackers/apport/trunk
Diff against target: None lines
To merge this branch: bzr merge lp:~gothicx/apport/remove_online_word
Reviewer Review Type Date Requested Status
Apport upstream developers Pending
Review via email: mp+11687@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
=== modified file 'bin/apport-retrace'
--- bin/apport-retrace 2009-09-08 12:03:44 +0000
+++ bin/apport-retrace 2009-09-09 11:19:26 +0000
@@ -75,11 +75,11 @@
75 (opts, args) = optparser.parse_args()75 (opts, args) = optparser.parse_args()
7676
77 if len(args) != 1:77 if len(args) != 1:
78 optparser.error(_('incorrect number of arguments; use --help for a short online help'))78 optparser.error(_('incorrect number of arguments; use --help for a short help'))
79 sys.exit(1)79 sys.exit(1)
8080
81 if not (opts.auth_file or opts.output or opts.stdout or opts.gdb):81 if not (opts.auth_file or opts.output or opts.stdout or opts.gdb):
82 optparser.error(_('you either need to do a local operation (-s, -g, -o) or supply an authentication file (--auth); see --help for a short online help'))82 optparser.error(_('you either need to do a local operation (-s, -g, -o) or supply an authentication file (--auth); see --help for a short help'))
83 sys.exit(1)83 sys.exit(1)
8484
85 return (args[0], opts)85 return (args[0], opts)
8686
=== modified file 'bin/dupdb-admin'
--- bin/dupdb-admin 2009-01-26 14:00:59 +0000
+++ bin/dupdb-admin 2009-09-09 11:19:26 +0000
@@ -39,7 +39,7 @@
39 '''Change the master ID of a crash.'''39 '''Change the master ID of a crash.'''
4040
41 if len(args) != 2:41 if len(args) != 2:
42 print >> sys.stderr, 'changeid needs exactly two arguments (use --help for a short online help)'42 print >> sys.stderr, 'changeid needs exactly two arguments (use --help for a short help)'
43 sys.exit(1)43 sys.exit(1)
44 (oldid, newid) = args44 (oldid, newid) = args
4545
@@ -73,7 +73,7 @@
73try:73try:
74 command = globals()['command_' + args.pop(0)]74 command = globals()['command_' + args.pop(0)]
75except KeyError:75except KeyError:
76 print >> sys.stderr, 'unknown command (use --help for a short online help)'76 print >> sys.stderr, 'unknown command (use --help for a short help)'
77 sys.exit(1)77 sys.exit(1)
78command(crashdb, options, args)78command(crashdb, options, args)
7979
8080
=== modified file 'man/apport-retrace.1'
--- man/apport-retrace.1 2009-04-06 23:02:04 +0000
+++ man/apport-retrace.1 2009-09-09 11:19:26 +0000
@@ -84,7 +84,7 @@
8484
85.TP85.TP
86.B \-h, \-\-help86.B \-h, \-\-help
87Print a short online help that documents all options.87Print a short help that documents all options.
8888
89.TP89.TP
90.B \-\-auth=\fIauthfile90.B \-\-auth=\fIauthfile

Subscribers

People subscribed via source and target branches