assemblers/tar: small description cleanup

Replace the short and redundant first line of the description with
the more detailed following header line.
This commit is contained in:
Christian Kellner 2021-01-26 09:50:34 +00:00
parent 89c3df8de4
commit 94d40da5cb

View file

@ -1,7 +1,5 @@
#!/usr/bin/python3
"""
Assemble a tar archive
Assembles the tree into a tar archive named `filename`.
Uses the buildhost's `tar` command, like: `tar -cf $FILENAME -C $TREE`