We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2d41b1 commit 7c8b43bCopy full SHA for 7c8b43b
ceph_devstack/resources/ceph/__init__.py
@@ -237,7 +237,7 @@ async def logs(
237
except FileNotFoundError:
238
logger.error("No log file found")
239
except TooManyJobsFound as e:
240
- msg = "Found too many jobs ({jobs}) for target run. Please pick a job id with -j flag.".format(
+ msg = "Found too many jobs ({jobs}) for target run. Please pick a job id with -j option.".format(
241
jobs=", ".join(e.jobs)
242
)
243
logger.error(msg)
0 commit comments