Skip to content

Commit

Permalink
finish_container: improve the help output
Browse files Browse the repository at this point in the history
  • Loading branch information
a13xp0p0v committed Apr 2, 2023
1 parent 15dacbd commit bd52206
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ Get help:

```console
usage: ./finish_container.sh kill/nokill out_dir
kill/nokill -- what to do with this container
kill/nokill -- how to finish: kill the container and then clean up / only clean up
out_dir -- build output directory used by this container (with container.id file)
```

Expand Down
2 changes: 1 addition & 1 deletion finish_container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ fi
if [ $# -ne 2 ]
then
echo "usage: $0 kill/nokill out_dir"
echo " kill/nokill -- what to do with this container"
echo " kill/nokill -- how to finish: kill the container and then clean up / only clean up"
echo " out_dir -- build output directory used by this container (with container.id file)"
exit 1
fi
Expand Down

0 comments on commit bd52206

Please sign in to comment.