From 64a7e04c63b27a6e77eb866af52dd626f6b89155 Mon Sep 17 00:00:00 2001 From: Mario Danic Date: Sun, 3 Dec 2006 11:14:07 +0000 Subject: [PATCH] Rendered iso.c more friendly --- libisofs/trunk/test/iso.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libisofs/trunk/test/iso.c b/libisofs/trunk/test/iso.c index d20c631c..afa9cf2c 100644 --- a/libisofs/trunk/test/iso.c +++ b/libisofs/trunk/test/iso.c @@ -75,12 +75,12 @@ int main(int argc, char **argv) } if (argc < 2) { - printf ("must pass directory to build iso from\n"); + printf ("Please pass directory from which to build ISO\n"); usage(); return 1; } if (argc < 3) { - printf ("must supply output file\n"); + printf ("Please supply output file\n"); usage(); return 1; }