File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -87,13 +87,13 @@ def arg_parser(): # type: () -> argparse.ArgumentParser
87
87
cidgroup = parser .add_argument_group ("Options for recording the Docker container identifier into a file" )
88
88
cidgroup .add_argument ("--record-container-id" , action = "store_true" ,
89
89
default = False ,
90
- help = "If enabled, store the container ID file. "
90
+ help = "If enabled, store the Docker container ID into a file. "
91
91
"See --cidfile-dir to specify the directory." ,
92
92
dest = "record_container_id" )
93
93
94
94
cidgroup .add_argument ("--cidfile-dir" , type = Text ,
95
- help = "Directory for storing the container ID file. "
96
- "The default is current directory" ,
95
+ help = "Directory for storing the Docker container ID file. "
96
+ "The default is the current directory" ,
97
97
default = "" ,
98
98
dest = "cidfile_dir" )
99
99
You can’t perform that action at this time.
0 commit comments