[banshee] [AmazonMp3] Use the right name in usage message for bamz



commit aed4d3984f058ff42b71883929275c1baf9ac82c
Author: Bertrand Lorentz <bertrand lorentz gmail com>
Date:   Tue Aug 3 23:18:51 2010 +0200

    [AmazonMp3] Use the right name in usage message for bamz
    
    Fixes bgo#625000.

 .../Banshee.AmazonMp3/ConsoleTool.cs               |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Extensions/Banshee.AmazonMp3/Banshee.AmazonMp3/ConsoleTool.cs b/src/Extensions/Banshee.AmazonMp3/Banshee.AmazonMp3/ConsoleTool.cs
index b34739e..f1e9ccb 100644
--- a/src/Extensions/Banshee.AmazonMp3/Banshee.AmazonMp3/ConsoleTool.cs
+++ b/src/Extensions/Banshee.AmazonMp3/Banshee.AmazonMp3/ConsoleTool.cs
@@ -37,7 +37,7 @@ namespace Banshee.AmazonMp3
     {
         private static void Usage ()
         {
-            Console.Error.WriteLine ("Usage: amzclient [-o output_dir] amz_files...");
+            Console.Error.WriteLine ("Usage: bamz [-o output_dir] amz_files...");
             Console.Error.WriteLine ();
             Console.Error.WriteLine ("Written by Aaron Bockover <aaron abock org>");
             Console.Error.WriteLine ("Copyright 2010 Novell, Inc.");



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]