diff options
author | james <james> | 2009-05-06 01:31:37 +0000 |
---|---|---|
committer | james <james> | 2009-05-06 01:31:37 +0000 |
commit | 6a02c68be3c41cea2d20c556073aacd5f46835ed (patch) | |
tree | 46d380ea553924b0716c5487a5de19f71819a58b /src/gpt.c | |
parent | 14480f6f380fc43e47716d5f5da4fa7e591c8ab5 (diff) | |
download | gpt-6a02c68be3c41cea2d20c556073aacd5f46835ed.tar.gz gpt-6a02c68be3c41cea2d20c556073aacd5f46835ed.tar.bz2 gpt-6a02c68be3c41cea2d20c556073aacd5f46835ed.zip |
*** empty log message ***
Diffstat (limited to 'src/gpt.c')
-rw-r--r-- | src/gpt.c | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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" |