diff options
Diffstat (limited to 'scripts/cleanup-workdir')
-rwxr-xr-x | scripts/cleanup-workdir | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/scripts/cleanup-workdir b/scripts/cleanup-workdir index 156a2597c1..c748846d7c 100755 --- a/scripts/cleanup-workdir +++ b/scripts/cleanup-workdir | |||
@@ -65,8 +65,11 @@ def main(): | |||
65 | parser = optparse.OptionParser( | 65 | parser = optparse.OptionParser( |
66 | usage = """%prog | 66 | usage = """%prog |
67 | 67 | ||
68 | Remove the obsolete packages' build directories in WORKDIR. | 68 | %prog removes the obsolete packages' build directories in WORKDIR. |
69 | This script must be ran under BUILDDIR after source file \"oe-init-build-env\".""") | 69 | This script must be ran under BUILDDIR after source file \"oe-init-build-env\". |
70 | |||
71 | Any file or directory under WORKDIR which is not created by Yocto | ||
72 | will be deleted. Be CAUTIOUS.""") | ||
70 | 73 | ||
71 | options, args = parser.parse_args(sys.argv) | 74 | options, args = parser.parse_args(sys.argv) |
72 | 75 | ||