Bug 41154

Summary: mc-tool: clean things up, add 'mc-tool reconnect'
Product: Telepathy Reporter: Will Thompson <will>
Component: mission-controlAssignee: Telepathy bugs list <telepathy-bugs>
Status: RESOLVED FIXED QA Contact: Telepathy bugs list <telepathy-bugs>
Severity: normal    
Priority: medium Keywords: patch
Version: git master   
Hardware: Other   
OS: All   
URL: http://cgit.collabora.com/git/user/wjt/telepathy-mission-control-wjt.git/log/?h=mc-tool
Whiteboard:
i915 platform: i915 features:

Description Will Thompson 2011-09-23 07:46:58 UTC
See referenced branch for miscellaneous cleanup plus a brand new subcommand!
Comment 1 Simon McVittie 2011-09-23 08:04:19 UTC
+ printf ("To apply changes to these parameters: %s\n", r);
+ printf ("run '%s reconnect %s'\n", app_name,
+ skip_prefix (command.common.account));

Nitpicking: if you put the command on its own line, with no punctuation, it'd be even easier to copy/paste (triple-click + middle-click, in most terminals). I'd personally format it like this:

    To apply changes to these parameters:
        badger, mushroom, snake
    run:
        mc-tool reconnect example/sample/xmplr

r+ with or without this.
Comment 2 Will Thompson 2011-09-23 09:03:52 UTC
mergèd, hooray!

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.