diff options
| author | Miodrag Milanovic <mmicko@gmail.com> | 2020-04-10 10:05:17 +0200 |
|---|---|---|
| committer | Miodrag Milanovic <mmicko@gmail.com> | 2020-04-10 10:05:17 +0200 |
| commit | fe3086a7339f0c2731fb1a14f6ef0e4d93a0377e (patch) | |
| tree | 47dbe6b20205c9faecee0217a863486e68ef253e /icebox/icebox_html.py | |
| parent | d1cee1d4ae545fdca995cd656ef52d8923aa77e9 (diff) | |
Support custom PROGRAM_PREFIX
Diffstat (limited to 'icebox/icebox_html.py')
| -rwxr-xr-x | icebox/icebox_html.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/icebox/icebox_html.py b/icebox/icebox_html.py index b710f61..3785a45 100755 --- a/icebox/icebox_html.py +++ b/icebox/icebox_html.py @@ -27,7 +27,7 @@ mode384 = False tx, ty = 0, 0 def usage(): - print("Usage: %s [options]" % sys.argv[0]) + print("Usage: %s [options]" % os.path.basename(sys.argv[0])) print(" -x tile_x_coordinate") print(" -y tile_y_coordinate") print(" -d outdir") |
