diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-07-02 03:51:05 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-07-02 03:51:05 +0200 |
commit | 6759e7a7638fc98877f98a7d45b265461ea78674 (patch) | |
tree | ba0690016db02d83cfb2c543a2892c35f05299a0 /man | |
parent | eec575d8eb739b9146c49084097d4eed889b66c7 (diff) |
systemctl: implement delete command
Diffstat (limited to 'man')
-rw-r--r-- | man/systemctl.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/man/systemctl.xml b/man/systemctl.xml index 80f355491f..ad5ca4682d 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -332,6 +332,13 @@ on reboot.</para> </varlistentry> <varlistentry> + <term><command>delete [NAME...]</command></term> + + <listitem><para>Remove a snapshot + previously created with + <command>snapshot</command>.</para></listitem> + </varlistentry> + <varlistentry> <term><command>daemon-reload</command></term> <listitem><para>Reload systemd manager |