diff options
author | David Thompson <davet@gnu.org> | 2015-07-01 20:32:07 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2015-10-25 20:27:19 -0400 |
commit | 054ee2038e942de75f71c1c8d6a4767a1b0dbf1d (patch) | |
tree | 6c287c2060959cb161e9d75447f59e726493e3a1 /po | |
parent | e086dcfcf9b18cb7b4619d9ee5aaa2f1ab1aef1e (diff) | |
download | guix-054ee2038e942de75f71c1c8d6a4767a1b0dbf1d.tar.gz |
scripts: Add 'container' subcommand.
* guix/scripts/container.scm: New file. * guix/scripts/container/exec.scm: New file. * po/guix/POTFILES.in: Add them. * Makefile.am (MODULES): Add them. * doc/guix.texi (Invoking guix container): New section.
Diffstat (limited to 'po')
-rw-r--r-- | po/guix/POTFILES.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/po/guix/POTFILES.in b/po/guix/POTFILES.in index 0c4e4f8443..6197529b44 100644 --- a/po/guix/POTFILES.in +++ b/po/guix/POTFILES.in @@ -23,6 +23,8 @@ guix/scripts/edit.scm guix/scripts/size.scm guix/scripts/graph.scm guix/scripts/challenge.scm +guix/scripts/container.scm +guix/scripts/container/exec.scm guix/upstream.scm guix/ui.scm guix/http-client.scm |