File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments