diff options
Diffstat (limited to 'protocols/skype')
| -rw-r--r-- | protocols/skype/skyped.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/protocols/skype/skyped.py b/protocols/skype/skyped.py index 88588d96..fe35498f 100644 --- a/protocols/skype/skyped.py +++ b/protocols/skype/skyped.py @@ -467,7 +467,7 @@ def main(args=None):  	options.buf = None  	if not os.path.exists(options.config): -		parser.error(( "Can't find configuration file at '%s'." +		parser.error(( "Can't find configuration file at '%s'. "  			"Use the -c option to specify an alternate one." )% options.config)  	cfgpath = options.config | 
