diff options
author | Ludovic Courtès <ludo@gnu.org> | 2022-06-01 16:12:07 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2022-06-04 12:04:24 +0200 |
commit | 3f83c0b7c7b4761062184a01f0977199957383ad (patch) | |
tree | b61c9c5effd781826e8b23685a0c1cee9b5e99e7 /po | |
parent | f9fb00ff082a54ee113320329a7bd089d4d0b314 (diff) | |
download | guix-3f83c0b7c7b4761062184a01f0977199957383ad.tar.gz |
guix system: Add 'edit' sub-command.
* guix/scripts/system/edit.scm: New file. * Makefile.am (MODULES): Add it. * guix/scripts/system.scm (show-help): Mention "edit". (actions): Add it. (process-command): Handle it. * doc/guix.texi (Invoking guix system): Document it. * po/guix/POTFILES.in: Add guix/scripts/system/edit.scm.
Diffstat (limited to 'po')
-rw-r--r-- | po/guix/POTFILES.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/po/guix/POTFILES.in b/po/guix/POTFILES.in index 49a8edfef3..5ad3c9f0a8 100644 --- a/po/guix/POTFILES.in +++ b/po/guix/POTFILES.in @@ -87,6 +87,7 @@ guix/scripts/pull.scm guix/scripts/substitute.scm guix/scripts/authenticate.scm guix/scripts/system.scm +guix/scripts/system/edit.scm guix/scripts/system/search.scm guix/scripts/lint.scm guix/scripts/publish.scm |