From ca094684196886a4a1c10273049fae0705a3edc2 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Fri, 10 Nov 2006 18:02:05 -0800 Subject: [PATCH] Correct symlink-mesa.sh usage message --- GL/symlink-mesa.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/GL/symlink-mesa.sh b/GL/symlink-mesa.sh index c14c683c6..9687ce85b 100755 --- a/GL/symlink-mesa.sh +++ b/GL/symlink-mesa.sh @@ -289,9 +289,9 @@ action() { } usage() { - echo symlink.sh src-dir dst-dir - echo src-dir: the xc directory of the monolithic source tree - echo dst-dir: the modular source tree containing proto, app, lib, ... + echo symlink-mesa.sh src-dir dst-dir + echo src-dir: the Mesa source directory + echo dst-dir: the GL subdirectory of the Xserver modular tree } # Check commandline args