From 3e2360d383d8e7503a8afe07291ab8c0b1182a14 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Sat, 17 Nov 2018 17:54:07 +0200 Subject: Implement the terminate-instances command * TODO: Update. * doc/Makefile.inc: Add new files. * doc/eclat-mkinst.1: Mention the terminate command. * doc/eclat-terminate.1: New file. * etc/Makefile.am: Add new files. * etc/terminate-instances.fln: New file. * src/eclat.c (cmdtab): Register new command. * src/eclat.h (eclat_terminate_instances): New proto. * src/startstop.c (eclat_terminate_instances): New function. * tests/Makefile.am: Add new test. * tests/testsuite.at: Likewise. * tests/terminate-instances.at: New test. --- doc/eclat-reboot.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/eclat-reboot.1') diff --git a/doc/eclat-reboot.1 b/doc/eclat-reboot.1 index 1addd87..d234808 100644 --- a/doc/eclat-reboot.1 +++ b/doc/eclat-reboot.1 @@ -13,7 +13,7 @@ .\" .\" You should have received a copy of the GNU General Public License .\" along with Eclat. If not, see . -.TH ECLAT-REBOOT 1 "January 26, 2015" "ECLAT" "Eclat User Reference" +.TH ECLAT-REBOOT 1 "November 17, 2018" "ECLAT" "Eclat User Reference" .SH NAME eclat-reboot, eclat-reboot-instances \- reboot EC2 instances .SH SYNOPSIS @@ -29,7 +29,7 @@ The command .B reboot reboots running Amazon EBS-backed instances. .SH OUTPUT -The default output format lists o each line the instance ID, its +The default output format lists on each line the instance ID, its previous and current states, separated by single horizontal tab characters. .SH "SEE ALSO" -- cgit v1.2.1