summaryrefslogtreecommitdiff
path: root/postprocess
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-11-07 13:45:42 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-11-07 14:40:34 +0000
commit2f534d934fb10707146af977f6d1db7a19277645 (patch)
treeee7e4a2f7ef15f2d248dcb0d11f07f65500428be /postprocess
parentae991a10701caac3db2483a8aef05e4e8385765c (diff)
fix packconfig help message
Change-Id: I71b55505047104c7e7d64ca93fc59429754892d1
Diffstat (limited to 'postprocess')
-rw-r--r--postprocess/packconfig/packconfig.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/postprocess/packconfig/packconfig.pl b/postprocess/packconfig/packconfig.pl
index 924dee9f7bc9..cb8fb89433b0 100644
--- a/postprocess/packconfig/packconfig.pl
+++ b/postprocess/packconfig/packconfig.pl
@@ -231,8 +231,8 @@ sub replace_file
sub usage
{
- print STDERR "Usage: packimages.pl [-h] -o out_file -i file_path\n";
- print STDERR "Creates archive of images\n";
+ print STDERR "Usage: packconfig.pl [-h] -o out_file -i file_path\n";
+ print STDERR "Creates archive of userinterface config files\n";
print STDERR "Options:\n";
print STDERR " -h print this help\n";
print STDERR " -o out_file path to output archive\n";