Bug 41154 - mc-tool: clean things up, add 'mc-tool reconnect'
Summary: mc-tool: clean things up, add 'mc-tool reconnect'
Status: RESOLVED FIXED
Alias: None
Product: Telepathy
Classification: Unclassified
Component: mission-control (show other bugs)
Version: git master
Hardware: Other All
: medium normal
Assignee: Telepathy bugs list
QA Contact: Telepathy bugs list
URL: http://cgit.collabora.com/git/user/wj...
Whiteboard:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2011-09-23 07:46 UTC by Will Thompson
Modified: 2011-09-23 09:03 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

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.