aboutsummaryrefslogtreecommitdiffstats
path: root/src/gpt.c
diff options
context:
space:
mode:
authorjames <james>2009-05-06 01:31:37 +0000
committerjames <james>2009-05-06 01:31:37 +0000
commit6a02c68be3c41cea2d20c556073aacd5f46835ed (patch)
tree46d380ea553924b0716c5487a5de19f71819a58b /src/gpt.c
parent14480f6f380fc43e47716d5f5da4fa7e591c8ab5 (diff)
downloadgpt-6a02c68be3c41cea2d20c556073aacd5f46835ed.tar.gz
gpt-6a02c68be3c41cea2d20c556073aacd5f46835ed.tar.bz2
gpt-6a02c68be3c41cea2d20c556073aacd5f46835ed.zip
*** empty log message ***
Diffstat (limited to 'src/gpt.c')
-rw-r--r--src/gpt.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/gpt.c b/src/gpt.c
index 20bb552..73bf825 100644
--- a/src/gpt.c
+++ b/src/gpt.c
@@ -6,10 +6,13 @@
*
*/
-static char rcsid[] = "$Id: gpt.c,v 1.15 2009/05/06 01:12:55 james Exp $";
+static char rcsid[] = "$Id: gpt.c,v 1.16 2009/05/06 01:35:00 james Exp $";
/*
* $Log: gpt.c,v $
+ * Revision 1.16 2009/05/06 01:35:00 james
+ * *** empty log message ***
+ *
* Revision 1.15 2009/05/06 01:12:55 james
* *** empty log message ***
*
@@ -61,6 +64,7 @@ static char rcsid[] = "$Id: gpt.c,v 1.15 2009/05/06 01:12:55 james Exp $";
void
usage (void)
{
+ fprintf(stderr,"gpt %s\n",get_version());
fprintf (stderr,
"Usage:\n"
"gpt -h show help\n"