From: thijs Date: Wed, 30 Apr 2008 19:38:14 +0000 (+0000) Subject: springgraph: clarify help text (Closes: 474351). X-Git-Url: https://git.sthu.org/?p=pgp-tools.git;a=commitdiff_plain;h=a210262b5964e5dc0ff5be71b6ce2c586d9d971e springgraph: clarify help text (Closes: 474351). git-svn-id: svn://svn.debian.org/pgp-tools/trunk@380 b513b33f-fedd-0310-b452-c3deb5f4c849 --- diff --git a/debian/changelog b/debian/changelog index 0b692c3..359da2a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,8 +2,9 @@ signing-party (1.0-2) UNRELEASED; urgency=low * gpg-mailkeys: Fix parameter escaping of printf, thanks Olivier Tetard (Closes: #478151). + * springgraph: clarify help text (Closes: 474351). - -- Thijs Kinkhorst Wed, 30 Apr 2008 21:19:19 +0200 + -- Thijs Kinkhorst Wed, 30 Apr 2008 21:37:41 +0200 signing-party (1.0-1) unstable; urgency=low diff --git a/springgraph/springgraph b/springgraph/springgraph index 4a17988..b103c5c 100755 --- a/springgraph/springgraph +++ b/springgraph/springgraph @@ -74,7 +74,6 @@ # v0.80 Mar 19 2003 optimization patch from Marco Bodrato # v0.81 Aug 20 2003 Caption stderr progress notes -use GD; use Getopt::Std; use strict; use vars qw( @@ -180,6 +179,13 @@ $twopi = $pi * 2; getopts('s:pvhtb:l:'); +# -h: Show some help +if ($opt_h) { + usage(); + exit 1; +} +use GD; + # -s: set scale if ($opt_s) { @@ -204,11 +210,6 @@ if ($opt_v) $vrml = 0; } -# -h: Show some help -if ($opt_h) { - usage(); - exit 1; -} # -t: Make background transparent if ($opt_t) @@ -880,9 +881,12 @@ sub cylinder { sub usage { print < example.png -p Create a file that can be rendered with POV-Ray -v Create a VRML file diff --git a/springgraph/springgraph.1 b/springgraph/springgraph.1 index e52db60..35618b7 100644 --- a/springgraph/springgraph.1 +++ b/springgraph/springgraph.1 @@ -18,15 +18,9 @@ .SH NAME springgraph \- renders a graph from a .dot file .SH SYNOPSIS -.B springgraph [OPTIONS] < input-file > output-file.png +.B springgraph [OPTIONS] < input-file.dot > output-file.png .br .SH DESCRIPTION -This manual page documents briefly the -.B springgraph -command. -This manual page was written for the Debian distribution -because the original program does not have a manual page. -.PP Springgraph will read in a .dot file description of a graph, which, for each node, specifies its name and which other nodes it is connected to, and then renders a graph. The output is a PNG