From c95104b0d909a57640f290521ba4aaf5157ec5e9 Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Tue, 23 Feb 2010 00:27:59 +0000 Subject: [PATCH] replace a reference to "Clutch" to "web interface" in the daemon --- daemon/daemon.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/daemon/daemon.c b/daemon/daemon.c index 6745a5774..06d843ea3 100644 --- a/daemon/daemon.c +++ b/daemon/daemon.c @@ -56,7 +56,8 @@ getUsage( void ) "A fast and easy BitTorrent client\n" "\n" MY_NAME " is a headless Transmission session\n" - "that can be controlled via transmission-remote or Clutch.\n" + "that can be controlled via transmission-remote\n" + "or the web interface.\n" "\n" "Usage: " MY_NAME " [options]"; }