Author: poeml Date: Wed Feb 5 22:32:25 2014 New Revision: 8382 URL: http://svn.mirrorbrain.org/viewvc/mirrorbrain?rev=8382&view=rev Log: mb new: - provide a more helpful message when not enough arguments are given Modified: trunk/mb/mb.py Modified: trunk/mb/mb.py URL: http://svn.mirrorbrain.org/viewvc/mirrorbrain/trunk/mb/mb.py?rev=8382&r1=8381&r2=8382&view=diff ============================================================================== --- trunk/mb/mb.py (original) +++ trunk/mb/mb.py Wed Feb 5 22:32:25 2014 _at_@ -162,7 +162,7 @@ 'Exiting. ' % identifier) if not opts.http: - sys.exit('An HTTP base URL needs to be specified') + sys.exit('At least an HTTP base URL needs to be specified (-H)') scheme, host, path, a, b, c = urlparse.urlparse(opts.http) if ':' in host: _______________________________________________ mirrorbrain-commits mailing list Archive: http://mirrorbrain.org/archive/mirrorbrain-commits/ Note: To remove yourself from this list, send a mail with the content unsubscribe to the address mirrorbrain-commits-request_at_mirrorbrain.orgReceived on Wed Feb 05 2014 - 21:32:33 GMT
This archive was generated by hypermail 2.3.0 : Wed Feb 05 2014 - 21:47:04 GMT