[Pkg-privacy-commits] [msva-perl] 267/356: msva-query-agent print usage to stderr

Ximin Luo infinity0 at moszumanska.debian.org
Mon Aug 24 07:42:03 UTC 2015


This is an automated email from the git hooks/post-receive script.

infinity0 pushed a commit to branch debian
in repository msva-perl.

commit 0cbba29bb76b76109f9b4d2abb95500d97682500
Author: Jameson Rollins <jrollins at finestructure.net>
Date:   Sat Dec 25 19:22:05 2010 -0500

    msva-query-agent print usage to stderr
---
 msva-query-agent | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/msva-query-agent b/msva-query-agent
index 784c16f..3f58c44 100755
--- a/msva-query-agent
+++ b/msva-query-agent
@@ -23,7 +23,7 @@ use Crypt::Monkeysphere::MSVA::Client;
 
 my $context = shift;
 if ($context eq '--help') {
-    printf("Usage: msva-query-agent CONTEXT PEER PKC_TYPE [PEER_TYPE] <PKC_DATA\n");
+    printf STDERR "Usage: msva-query-agent CONTEXT PEER PKC_TYPE [PEER_TYPE] <PKC_DATA\n";
     exit 0;
 }
 my $peer = shift;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/msva-perl.git



More information about the Pkg-privacy-commits mailing list