gitweb on Svarog
projekti pod git sistemom za održavanje verzija -- projects under the git version control system
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1c83577)
raw | patch | inline | side by side (parent: 1c83577)
author | Doni Pracner <quinnuendo@gmail.com> | |
Sun, 27 Jul 2014 22:42:05 +0000 (00:42 +0200) | ||
committer | Doni Pracner <quinnuendo@gmail.com> | |
Sun, 27 Jul 2014 22:42:05 +0000 (00:42 +0200) |
src/com/quemaster/transformations/mjc2wsl/mjc2wsl.java | patch | blob | history |
diff --git a/src/com/quemaster/transformations/mjc2wsl/mjc2wsl.java b/src/com/quemaster/transformations/mjc2wsl/mjc2wsl.java
index 3eac782d1c657fe7bbe0b6ca916f5ec4e4fff667..68fd2a108c4c2efde206cb26696852636ee32f4d 100644 (file)
}
if (i >= args.length) {
- System.out.println("no filename supplied");
+ System.err.println("no filename supplied");
System.exit(2);
}
Path p = FileSystems.getDefault().getPath(args[i]);
if (!Files.exists(p)){
- System.out.println("input file does not exist");
+ System.err.println("input file does not exist");
System.exit(1);
}