mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
update versioning scheme as per consensus between TMT, John_Clay, Gimp_, and charles_
This commit is contained in:
@@ -119,7 +119,7 @@ usage( const char * msg, ... )
|
||||
printf(
|
||||
"usage: %s [-dfh]\n"
|
||||
"\n"
|
||||
"Transmission %s (r%d) http://transmission.m0k.org/\n"
|
||||
"Transmission %s http://transmission.m0k.org/\n"
|
||||
"A free, lightweight BitTorrent client with a simple, intuitive interface\n"
|
||||
"\n"
|
||||
" -d --debug Print data send and received, implies -f\n"
|
||||
@@ -128,7 +128,7 @@ usage( const char * msg, ... )
|
||||
" -s --socket <path> Place the socket file at <path>\n"
|
||||
"\n"
|
||||
"To add torrents or set options, use the transmission-remote program.\n",
|
||||
getmyname(), VERSION_STRING, VERSION_REVISION );
|
||||
getmyname(), LONG_VERSION_STRING );
|
||||
exit( 0 );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user