Skip to content

Commit 7ebe4bc

Browse files
Merge pull request #76 from ghisvail/conda
Return EXIT_SUCCESS if no command provided
2 parents f1e929d + 457f402 commit 7ebe4bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PETPVC.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ int main(int argc, char *argv[])
154154
//Parse command line.
155155
if (!command.Parse(argc, argv)) {
156156
printPVCMethodList();
157-
return EXIT_FAILURE;
157+
return EXIT_SUCCESS;
158158
}
159159

160160
//Get image filenames

0 commit comments

Comments
 (0)