summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/path.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/path.c b/lib/path.c
index 34abb144a..9cc2e3e2e 100644
--- a/lib/path.c
+++ b/lib/path.c
@@ -1039,7 +1039,7 @@ int main(int argc, char *argv[])
while((c = getopt_long(argc, argv, "p:h", longopts, NULL)) != -1) {
switch(c) {
case 'p':
- prefix = optarg, "failed to parse range start";
+ prefix = optarg;
break;
case 'h':
usage();