1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
|
Description: binary is renamed withouth extension.
This patch updates the man page to remove the extension.
Subject: remove perl extension from man page
Forwarded: not-needed
Author: Olivier Sallou <osallou@debian.org>
Reviewed-by: gregor herrmann <gregoa@debian.org>
Last-Update: 2013-02-18
--- a/bin/migrate-ebs-image.pl
+++ b/bin/migrate-ebs-image.pl
@@ -2,11 +2,11 @@
=head1 NAME
-migrate-ebs-image.pl - Copy an EBS-backed Amazon Image from one region to another
+migrate-ebs-image - Copy an EBS-backed Amazon Image from one region to another
=head1 SYNOPSYS
- % migrate-ebs-image.pl --from us-east-1 --to ap-southeast-1 ami-123456
+ % migrate-ebs-image --from us-east-1 --to ap-southeast-1 ami-123456
=head1 DESCRIPTION
@@ -51,7 +51,7 @@
block device mapping string in the same format as described for the
command line program ec2-register:
- migrate-ebs-image.pl -f us-east-1 -t ap-southeast-1 \
+ migrate-ebs-image -f us-east-1 -t ap-southeast-1 \
-b /dev/sdy=ephemeral0 \
ami-123456
@@ -76,7 +76,7 @@
command line:
% perl -MCPAN -e 'install VM::EC2'
- % migrate-ebs-image.pl --from us-east-1 --to ap-southeast-1 ami-123456
+ % migrate-ebs-image --from us-east-1 --to ap-southeast-1 ami-123456
=head1 IMPORTANT CAVEATS
|