Skip to content

Commit 1b4f7ed

Browse files
committedDec 28, 2016
gp4par: Fix copy/paste error in error message
1 parent 3f404d7 commit 1b4f7ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/gp4par/main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ int main(int argc, char* argv[])
156156
}
157157
else
158158
{
159-
printf("--usercode requires an argument\n");
159+
printf("--part requires an argument\n");
160160
return 1;
161161
}
162162
}

0 commit comments

Comments
 (0)
Please sign in to comment.