Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/image-writer-mac
diff options
context:
space:
mode:
Diffstat (limited to 'image-writer-mac')
-rwxr-xr-ximage-writer-mac4
1 files changed, 2 insertions, 2 deletions
diff --git a/image-writer-mac b/image-writer-mac
index 23a8322..7b2e734 100755
--- a/image-writer-mac
+++ b/image-writer-mac
@@ -27,7 +27,7 @@ import time
import select
_ = gettext.lgettext
-PROG_NAME = "image-writer"
+PROG_NAME = "image-writer-mac"
COLOR_BLACK = "\033[00m"
COLOR_RED = "\033[1;31m"
COLOR_BLUE = "\033[1;34m"
@@ -74,7 +74,7 @@ def main():
#-----------------------------------------------------------------------
def display_help():
- print _("\nUsage: image-writer <full-path-to-image>\n")
+ print _("\nUsage: %s <full-path-to-image>\n") % PROG_NAME
# ret True = running as root
def are_we_root():