1diff --git a/scripts/mosh.pl b/scripts/mosh.pl
2index 56e96d7..2a2177e 100755
3--- a/scripts/mosh.pl
4+++ b/scripts/mosh.pl
5@@ -61,7 +61,7 @@ my $have_ipv6 = eval {
6
7 $|=1;
8
9-my $client = 'mosh-client';
10+my $client = '@mosh-client@';
11 my $server = 'mosh-server';
12
13 my $predict = undef;
14@@ -91,7 +91,7 @@ my @cmdline = @ARGV;
15 my $usage =
16 qq{Usage: $0 [options] [--] [user@]host [command...]
17 --client=PATH mosh client on local machine
18- (default: "mosh-client")
19+ (default: "@mosh-client@")
20 --server=COMMAND mosh server on remote machine
21 (default: "mosh-server")
22