Skip to content

Commit 74b3edd

Browse files
committed
improve help info for images, ps and containers
1 parent 9238041 commit 74b3edd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

stimela/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ def images(argv):
279279
add = parser.add_argument
280280

281281
add("-c", "--clear", action="store_true",
282-
help="Clear images log file")
282+
help="Clear the logfile that keeps track of stimela images. This does not do anythig to the images.")
283283

284284
args = parser.parse_args(argv)
285285

@@ -300,7 +300,7 @@ def containers(argv):
300300
add = parser.add_argument
301301

302302
add("-c", "--clear", action="store_true",
303-
help="Clear containers log file")
303+
help="Clear the log file that keeps track of stimela containers. This doesn't do anything to the containers.")
304304

305305
args = parser.parse_args(argv)
306306

@@ -320,7 +320,7 @@ def ps(argv):
320320
add = parser.add_argument
321321

322322
add("-c", "--clear", action="store_true",
323-
help="Clear Log file")
323+
help="Clear logfile that keeps track of stimela processes. This doesn't do anything ot the processes themselves.")
324324

325325
args = parser.parse_args(argv)
326326

0 commit comments

Comments
 (0)