diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2016-03-22 15:53:15 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2016-03-31 14:30:18 +0000 |
commit | a94d7f1c0d57e5b6d76136bef333c4fd95a6d4a6 (patch) | |
tree | 0b1bc7685a5b9b06c61be0f9bcec8e877bacec28 /bin/container | |
parent | Correcting spelling in container-tools manpage. (diff) | |
download | compute-tools-a94d7f1c0d57e5b6d76136bef333c4fd95a6d4a6.tar.xz compute-tools-a94d7f1c0d57e5b6d76136bef333c4fd95a6d4a6.zip |
Updating comments in programs.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to '')
-rwxr-xr-x | bin/container | 2 | ||||
-rwxr-xr-x | bin/container-autostart | 2 | ||||
-rwxr-xr-x | bin/container-shell | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/bin/container b/bin/container index 3bfe7b5..f644e6d 100755 --- a/bin/container +++ b/bin/container @@ -1,6 +1,6 @@ #!/bin/sh -# Open Infrastructure: container-tools +# container-tools - Manage systemd-nspawn containers # Copyright (C) 2014-2016 Daniel Baumann <daniel.baumann@open-infrastructure.net> # # This program is free software: you can redistribute it and/or modify diff --git a/bin/container-autostart b/bin/container-autostart index 28a7f27..92e2383 100755 --- a/bin/container-autostart +++ b/bin/container-autostart @@ -1,6 +1,6 @@ #!/bin/sh -# Open Infrastructure: container-tools +# container-tools - Manage systemd-nspawn containers # Copyright (C) 2014-2016 Daniel Baumann <daniel.baumann@open-infrastructure.net> # # This program is free software: you can redistribute it and/or modify diff --git a/bin/container-shell b/bin/container-shell index a25c5f0..f40d711 100755 --- a/bin/container-shell +++ b/bin/container-shell @@ -1,6 +1,6 @@ #!/bin/sh -# Open Infrastructure: container-tools +# container-tools - Manage systemd-nspawn containers # Copyright (C) 2014-2016 Daniel Baumann <daniel.baumann@open-infrastructure.net> # # This program is free software: you can redistribute it and/or modify |