kopia lustrzana https://github.com/jameshball/osci-render
Correct order of program arguments in error message
rodzic
0d8fab5230
commit
96d4b6f662
|
@ -56,7 +56,7 @@ final class AudioArgs {
|
||||||
private class IllegalAudioArgumentException extends IllegalArgumentException {
|
private class IllegalAudioArgumentException extends IllegalArgumentException {
|
||||||
|
|
||||||
private static final String USAGE = "Incorrect usage.\nUsage: osci-render objFilePath "
|
private static final String USAGE = "Incorrect usage.\nUsage: osci-render objFilePath "
|
||||||
+ "[rotateSpeed] [cameraX] [cameraY] [cameraZ] [focalLength]";
|
+ "[rotateSpeed] [focalLength] [cameraX] [cameraY] [cameraZ]";
|
||||||
|
|
||||||
public IllegalAudioArgumentException() {
|
public IllegalAudioArgumentException() {
|
||||||
super(USAGE);
|
super(USAGE);
|
||||||
|
|
Ładowanie…
Reference in New Issue