aboutsummaryrefslogtreecommitdiffstats
path: root/editcap.c
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2009-07-22 23:59:15 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2009-07-22 23:59:15 +0000
commitc5c000a32dcde612dd58c777a88086d3cdd754ef (patch)
treec61b5bb801c801e54ed7a9bbe79a2ec5af2f22f7 /editcap.c
parent7d3910b07476490408c011064dcb5c109992753c (diff)
Use "svn info" to fetch the version by default. Fetch the repository path as
well. Add the repository path to the version strings. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29171 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'editcap.c')
-rw-r--r--editcap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/editcap.c b/editcap.c
index 82dedb4f05..b401066535 100644
--- a/editcap.c
+++ b/editcap.c
@@ -563,7 +563,7 @@ usage(void)
{
fprintf(stderr, "Editcap %s"
#ifdef SVNVERSION
- " (" SVNVERSION ")"
+ " (" SVNVERSION " from " SVNPATH ")"
#endif
"\n", VERSION);
fprintf(stderr, "Edit and/or translate the format of capture files.\n");