diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-10-12 00:06:45 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-10-17 21:33:57 +0200 |
| commit | 0a32133f3bf0272f0e4e4f4e6bb1a51118c18aa2 (patch) | |
| tree | a00e59a417acd6d898fb18c249b7a71c1d2d4e5f | |
| parent | 908f778c44fce620972aa1deb55f0d80e2db7a25 (diff) | |
Fix a comment.
| -rwxr-xr-x | cdist | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1075,7 +1075,7 @@ def main(): "doxygen": "build the project's Doxygen documentation", "latest": "print out the latest version", "test": "build the project and run its unit tests", - "shell": "build the project then start a shell", + "shell": "start a shell in the project''s work directory", "checkout": "check out the project", "revision": "print the head git revision number", "dependencies" : "print details of the project's dependencies as a .dot file" |
