From: Marc Dionne Date: Sat, 2 Apr 2011 13:03:55 +0000 (-0400) Subject: fsprobe: Fix usage message X-Git-Tag: upstream/1.6.1.pre1^2~51 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=855615dc32d42d1577b3b27f00be43995610db07;p=packages%2Fo%2Fopenafs.git fsprobe: Fix usage message Fix the usage message to display the correct command name. Reviewed-on: http://gerrit.openafs.org/4398 Tested-by: BuildBot Reviewed-by: Derrick Brashear (cherry picked from commit a0389f5592c25afb19befb5bf62833a0b0bc59cc) Change-Id: I6105eff9f4cfae56d85df40589bd4b175aa760d0 Reviewed-on: http://gerrit.openafs.org/6280 Tested-by: Derrick Brashear Reviewed-by: Derrick Brashear --- diff --git a/src/viced/fsprobe.c b/src/viced/fsprobe.c index c55036dab..8f19df986 100644 --- a/src/viced/fsprobe.c +++ b/src/viced/fsprobe.c @@ -69,7 +69,7 @@ main(int argc, char **argv) argc--, av++; if (argc < 1) { - printf("usage: pxclient \n"); + printf("usage: fsprobe \n"); exit(1); } memset(&host, 0, sizeof(struct sockaddr_in));