Skip to content

Commit 8ba58a4

Browse files
garlofftoothstone
andauthored
Update usage output in find_img.py
Thanks, @toothstone Co-authored-by: toothstone <[email protected]> Signed-off-by: Kurt Garloff <[email protected]>
1 parent 2d7ea94 commit 8ba58a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user-docs/usage-hints/find-image/find_img.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def find_image(conn, distro, version, purpose="generic", strict=False, log=None)
103103

104104
def usage():
105105
"Usage hints (CLI)"
106-
print("Usage: find-img.sh [-s] DISTRO VERSION [PURPOSE]", file=sys.stderr)
106+
print("Usage: find-img.py [-s] DISTRO VERSION [PURPOSE]", file=sys.stderr)
107107
print("Returns all images matching, latest first, purpose defaulting to generic", file=sys.stderr)
108108
print("[-s] sets strict mode where only one match is allowed.", file=sys.stderr)
109109
print("You need to have OS_CLOUD set when running this", file=sys.stderr)

0 commit comments

Comments
 (0)