projects
/
cumulus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24cbc7f
)
Include version number in usage message.
author
Michael Vrable
<mvrable@cs.ucsd.edu>
Fri, 10 Aug 2007 18:18:49 +0000
(11:18 -0700)
committer
Michael Vrable
<mvrable@turin.ucsd.edu>
Fri, 10 Aug 2007 18:18:49 +0000
(11:18 -0700)
scandir.cc
patch
|
blob
|
history
diff --git
a/scandir.cc
b/scandir.cc
index
d91701f
..
2d5a3a8
100644
(file)
--- a/
scandir.cc
+++ b/
scandir.cc
@@
-559,6
+559,7
@@
void usage(const char *program)
{
fprintf(
stderr,
+ "LBS %s\n\n"
"Usage: %s [OPTION]... --dest=DEST PATHS...\n"
"Produce backup snapshot of files in SOURCE and store to DEST.\n"
"\n"
@@
-572,7
+573,7
@@
void usage(const char *program)
" string to append to segment files\n"
" (defaults to \".bz2\")\n"
" --scheme=NAME optional name for this snapshot\n",
- program
+
lbs_version,
program
);
}