Commit c4174b99 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent beb8f599
...@@ -18,7 +18,15 @@ ...@@ -18,7 +18,15 @@
# #
# See COPYING file for full licensing terms. # See COPYING file for full licensing terms.
# See https://www.nexedi.com/licensing for rationale and options. # See https://www.nexedi.com/licensing for rationale and options.
"""Program sr-bof generates bill of material for a software-release """Program bom generates bill of material for a software-release or slapos node
Usage: sr-bof XXX Usage: bom software XXX
bom node <slapos deploy-script>
""" """
def main():
if __name__ == '__main__':
main()
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment