~rye/ubuntuone-client/add-marshallers

« back to all changes in this revision

Viewing changes to bin/u1sdtool

  • Committer: Tarmac
  • Author(s): guillermo.gonzalez at canonical
  • Date: 2009-12-16 20:39:30 UTC
  • mfrom: (288.3.1 sdtool-connect)
  • Revision ID: dobey@gnome.org-20091216203930-dfps1jzq6o8w5pi5
fix u1sdtool --quit so it don't start syncdaemon if isn't running, and add --connect, --disconnect and --status options

Show diffs side-by-side

added added

removed removed

Lines of Context:
118
118
    else:
119
119
        parser.print_help()
120
120
        reactor.stop()
 
121
        return
121
122
 
122
123
    def default_errback(error):
123
124
        """ default error handler. """